diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-15 16:31:14 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-15 16:31:14 +0200 |
commit | f863868c450935385e5483c2e170fa7eb5799327 (patch) | |
tree | 136e22af7afe6df9ff64d7daf0258948136e6ed5 /doc/lispref/help.texi | |
parent | 3aa5f34b9ba4b34132ae8f971c5820175f868489 (diff) | |
download | emacs-f863868c450935385e5483c2e170fa7eb5799327.tar.gz |
Clarify that \= only quotes the next character
Diffstat (limited to 'doc/lispref/help.texi')
-rw-r--r-- | doc/lispref/help.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 0ce05d55a07..4e5bb1b247c 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi @@ -324,9 +324,8 @@ specifies @var{mapvar}'s value as the keymap for any following @samp{\[@var{command}]} sequences in this documentation string. @item \= -quotes the following character and is discarded; thus, @samp{\=\[} puts -@samp{\[} into the output, and @samp{\=\=} puts @samp{\=} into the -output. +quotes the following character and is discarded; thus, @samp{\=\} puts +@samp{\} into the output. @end table @strong{Please note:} Each @samp{\} must be doubled when written in a |