diff options
| author | Lars Ingebrigtsen | 2019-08-23 20:42:45 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-23 20:42:51 +0200 |
| commit | c5210fd00af7c3e261a52864e799e16ed6a1b165 (patch) | |
| tree | 2f5a9c895ac1d1c849c1da6a402c38b6c43ee07d /doc/lispref/errors.texi | |
| parent | 6cd567878443dd5fb9c3910de3a8e67acb5962b4 (diff) | |
| download | emacs-c5210fd00af7c3e261a52864e799e16ed6a1b165.tar.gz emacs-c5210fd00af7c3e261a52864e799e16ed6a1b165.zip | |
Mention new usage of `invalid-read-syntax' in the manual
* doc/lispref/errors.texi (Standard Errors): Document "trailing
garbage" use of `invalid-read-syntax' (bug#24649).
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index aa99b2b1a98..b25fb993990 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -140,8 +140,10 @@ emacs, The GNU Emacs Manual}. | |||
| 140 | The message is @samp{Invalid function}. @xref{Function Indirection}. | 140 | The message is @samp{Invalid function}. @xref{Function Indirection}. |
| 141 | 141 | ||
| 142 | @item invalid-read-syntax | 142 | @item invalid-read-syntax |
| 143 | The message is @samp{Invalid read syntax}. @xref{Printed | 143 | The message is usually @samp{Invalid read syntax}. @xref{Printed |
| 144 | Representation}. | 144 | Representation}. This error can also be raised by commands like |
| 145 | @code{eval-expression} when there's text following an expression. In | ||
| 146 | that case, the message is @samp{Trailing garbage following expression}. | ||
| 145 | 147 | ||
| 146 | @item invalid-regexp | 148 | @item invalid-regexp |
| 147 | The message is @samp{Invalid regexp}. @xref{Regular Expressions}. | 149 | The message is @samp{Invalid regexp}. @xref{Regular Expressions}. |