mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Comment change.
This commit is contained in:
parent
ab8bc7178c
commit
574cb02e5c
@ -25,6 +25,10 @@
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; When the Lisp reader sees `(...), it generates (\` (...)).
|
||||
;; When it sees ,... inside such a backquote form, it generates (\, ...).
|
||||
;; For ,@... it generates (\,@ ...).
|
||||
|
||||
;; This backquote will generate calls to the backquote-list* form.
|
||||
;; Both a function version and a macro version are included.
|
||||
;; The macro version is used by default because it is faster
|
||||
|
Loading…
Reference in New Issue
Block a user