# HG changeset patch # User Richard M. Stallman # Date 1036559253 0 # Node ID ce9e21650e0ce2df541d4c834be862180f045114 # Parent 97a8350482417afce95bc8918755e00dadd6e15e Comment change. diff -r 97a835048241 -r ce9e21650e0c lisp/emacs-lisp/backquote.el --- 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