aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/errors.texi
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-09 09:58:08 -0700
committerDaniel Colascione2014-04-09 09:58:08 -0700
commit3f63a9f7de4f252a0309c2143e6d916d734ffe22 (patch)
tree01a53bee941983edfc24944f9774741eafa87c81 /doc/lispref/errors.texi
parent6c971fb0f44169d7f77a9575301a4935106c0360 (diff)
downloademacs-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.texi5
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
158The message is @samp{Scan error}. This happens when certain 158The message is @samp{Scan error}. This happens when certain
159syntax-parsing functions find invalid syntax or mismatched 159syntax-parsing functions find invalid syntax or mismatched
160parentheses. @xref{List Motion}, and @xref{Parsing Expressions}. 160parentheses. Conventionally raised with three argument: a
161human-readable error message, the start of the obstacle that cannot be
162moved 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
163The message is @samp{Search failed}. @xref{Searching and Matching}. 166The message is @samp{Search failed}. @xref{Searching and Matching}.