Comment change.
This commit is contained in:
parent
ab8bc7178c
commit
574cb02e5c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue