diff options
| author | Daniel Colascione | 2014-04-09 09:58:08 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-09 09:58:08 -0700 |
| commit | 3f63a9f7de4f252a0309c2143e6d916d734ffe22 (patch) | |
| tree | 01a53bee941983edfc24944f9774741eafa87c81 /doc/lispref/errors.texi | |
| parent | 6c971fb0f44169d7f77a9575301a4935106c0360 (diff) | |
| download | emacs-3f63a9f7de4f252a0309c2143e6d916d734ffe22.tar.gz emacs-3f63a9f7de4f252a0309c2143e6d916d734ffe22.zip | |
Make up-list and backward-up-list get out of more spots
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index e00496e3478..dba8d219774 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -157,7 +157,10 @@ The message is @samp{Attempt to modify a protected file}. | |||
| 157 | @item scan-error | 157 | @item scan-error |
| 158 | The message is @samp{Scan error}. This happens when certain | 158 | The message is @samp{Scan error}. This happens when certain |
| 159 | syntax-parsing functions find invalid syntax or mismatched | 159 | syntax-parsing functions find invalid syntax or mismatched |
| 160 | parentheses. @xref{List Motion}, and @xref{Parsing Expressions}. | 160 | parentheses. Conventionally raised with three argument: a |
| 161 | human-readable error message, the start of the obstacle that cannot be | ||
| 162 | moved over, and the end of the obstacle. @xref{List Motion}, and | ||
| 163 | @xref{Parsing Expressions}. | ||
| 161 | 164 | ||
| 162 | @item search-failed | 165 | @item search-failed |
| 163 | The message is @samp{Search failed}. @xref{Searching and Matching}. | 166 | The message is @samp{Search failed}. @xref{Searching and Matching}. |