changeset 8209:80bf9bcff5c6

(backquote-splice-symbol): Doc typo fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Jul 1994 00:43:42 +0000
parents 7ad755e38ee3
children a0fd123ca2a6
files lisp/emacs-lisp/backquote.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/backquote.el	Tue Jul 12 00:41:10 1994 +0000
+++ b/lisp/emacs-lisp/backquote.el	Tue Jul 12 00:43:42 1994 +0000
@@ -90,7 +90,7 @@
   "*Symbol used to represent an unquote (e.g. `,') inside a backquote.")
 
 (defvar backquote-splice-symbol ',@
-  "*Symbol used to represent a splice (e.g. `,'@) inside a backquote.")
+  "*Symbol used to represent a splice (e.g. `,@') inside a backquote.")
 
 ;;;###autoload
 (defmacro backquote (arg)