Mercurial > emacs
changeset 48172:ce9e21650e0c
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Nov 2002 05:07:33 +0000 |
parents | 97a835048241 |
children | b0db4f794e73 |
files | lisp/emacs-lisp/backquote.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/backquote.el Wed Nov 06 05:07:04 2002 +0000 +++ b/lisp/emacs-lisp/backquote.el Wed Nov 06 05:07:33 2002 +0000 @@ -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