diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/errors.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 2ec1a108ea9..1f67819c34e 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -186,6 +186,12 @@ The message is @samp{Undefined color}. @xref{Color Names}. | |||
| 186 | @item user-error | 186 | @item user-error |
| 187 | The message is the empty string. @xref{Signaling Errors}. | 187 | The message is the empty string. @xref{Signaling Errors}. |
| 188 | 188 | ||
| 189 | @item user-search-failed | ||
| 190 | This is like @samp{search-failed}, but doesn't trigger the debugger, | ||
| 191 | like @samp{user-error}. @xref{Signaling Errors}, and @xref{Searching | ||
| 192 | and Matching}. This is used for searching in Info files, @xref{Search | ||
| 193 | Text,,,info,Info}. | ||
| 194 | |||
| 189 | @item void-function | 195 | @item void-function |
| 190 | The message is @samp{Symbol's function definition is void}. | 196 | The message is @samp{Symbol's function definition is void}. |
| 191 | @xref{Function Cells}. | 197 | @xref{Function Cells}. |