aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-30 21:19:36 +0000
committerRichard M. Stallman1995-10-30 21:19:36 +0000
commit815c9631826a05a3161745f6586ade631281f5ea (patch)
tree75e06e9dcd52031c488cfa0ee3c08a0f022e3e8e
parentc8f98e6dac31f153d5ce9e394fcb1521bc51aa9a (diff)
downloademacs-815c9631826a05a3161745f6586ade631281f5ea.tar.gz
emacs-815c9631826a05a3161745f6586ade631281f5ea.zip
Document \= in doc string.
-rw-r--r--lispref/help.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/help.texi b/lispref/help.texi
index b0466962a6c..d551a1968bd 100644
--- a/lispref/help.texi
+++ b/lispref/help.texi
@@ -296,6 +296,11 @@ keymap. The summary is made by @code{describe-bindings}.
296stands for no text itself. It is used for a side effect: it specifies 296stands for no text itself. It is used for a side effect: it specifies
297@var{mapvar} as the keymap for any following @samp{\[@var{command}]} 297@var{mapvar} as the keymap for any following @samp{\[@var{command}]}
298sequences in this documentation string. 298sequences in this documentation string.
299
300@item \=
301quotes the following character and is discarded; thus, @samp{\=\[} puts
302@samp{\[} into the output, and @samp{\=\=} puts @samp{\=} into the
303output.
299@end table 304@end table
300 305
301@strong{Please note:} Each @samp{\} must be doubled when written in a 306@strong{Please note:} Each @samp{\} must be doubled when written in a