diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-30 21:19:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-30 21:19:36 +0000 |
commit | 815c9631826a05a3161745f6586ade631281f5ea (patch) | |
tree | 75e06e9dcd52031c488cfa0ee3c08a0f022e3e8e /lispref/help.texi | |
parent | c8f98e6dac31f153d5ce9e394fcb1521bc51aa9a (diff) | |
download | emacs-815c9631826a05a3161745f6586ade631281f5ea.tar.gz |
Document \= in doc string.
Diffstat (limited to 'lispref/help.texi')
-rw-r--r-- | lispref/help.texi | 5 |
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}. stands for no text itself. It is used for a side effect: it specifies @var{mapvar} 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. @end table @strong{Please note:} Each @samp{\} must be doubled when written in a |