From: Richard M. Stallman Date: Tue, 12 Jul 1994 00:43:42 +0000 (+0000) Subject: (backquote-splice-symbol): Doc typo fix. X-Git-Tag: emacs-19.34~7644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44c48a834aa12141be1a9c81824b709acc67f9fd;p=emacs.git (backquote-splice-symbol): Doc typo fix. --- diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index b915e4cbc80..0bc4b95d9ec 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -90,7 +90,7 @@ For example (backquote-list* 'a 'b 'c) => (a b . c)" "*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)