diff options
| author | Richard M. Stallman | 1995-10-30 21:19:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-30 21:19:36 +0000 |
| commit | 815c9631826a05a3161745f6586ade631281f5ea (patch) | |
| tree | 75e06e9dcd52031c488cfa0ee3c08a0f022e3e8e | |
| parent | c8f98e6dac31f153d5ce9e394fcb1521bc51aa9a (diff) | |
| download | emacs-815c9631826a05a3161745f6586ade631281f5ea.tar.gz emacs-815c9631826a05a3161745f6586ade631281f5ea.zip | |
Document \= in doc string.
| -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}. | |||
| 296 | stands for no text itself. It is used for a side effect: it specifies | 296 | stands 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}]} |
| 298 | sequences in this documentation string. | 298 | sequences in this documentation string. |
| 299 | |||
| 300 | @item \= | ||
| 301 | quotes the following character and is discarded; thus, @samp{\=\[} puts | ||
| 302 | @samp{\[} into the output, and @samp{\=\=} puts @samp{\=} into the | ||
| 303 | output. | ||
| 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 |