mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
Fix minor Texinfo errors in ELisp manual
* doc/lispref/errors.texi (Standard Errors): Fix incorrect usage of @xref commands. (Bug#37660) * doc/lispref/internals.texi (Buffer Internals): Fix markup. (Bug#37639)
This commit is contained in:
parent
13f7e07e7c
commit
87d999a2f4
doc/lispref
@ -43,13 +43,13 @@ The message is @samp{Quit}. @xref{Quitting}.
|
||||
@item args-out-of-range
|
||||
The message is @samp{Args out of range}. This happens when trying to
|
||||
access an element beyond the range of a sequence, buffer, or other
|
||||
container-like object. @xref{Sequences Arrays Vectors}, and
|
||||
@xref{Text}.
|
||||
container-like object. @xref{Sequences Arrays Vectors}, and see
|
||||
@ref{Text}.
|
||||
|
||||
@item arith-error
|
||||
The message is @samp{Arithmetic error}. This occurs when trying to
|
||||
perform integer division by zero. @xref{Numeric Conversions}, and
|
||||
@xref{Arithmetic Operations}.
|
||||
see @ref{Arithmetic Operations}.
|
||||
|
||||
@item beginning-of-buffer
|
||||
The message is @samp{Beginning of buffer}. @xref{Character Motion}.
|
||||
@ -172,7 +172,7 @@ syntax-parsing functions find invalid syntax or mismatched
|
||||
parentheses. Conventionally raised with three argument: a
|
||||
human-readable error message, the start of the obstacle that cannot be
|
||||
moved over, and the end of the obstacle. @xref{List Motion}, and
|
||||
@xref{Parsing Expressions}.
|
||||
see @ref{Parsing Expressions}.
|
||||
|
||||
@item search-failed
|
||||
The message is @samp{Search failed}. @xref{Searching and Matching}.
|
||||
@ -198,8 +198,8 @@ The message is the empty string. @xref{Signaling Errors}.
|
||||
|
||||
@item user-search-failed
|
||||
This is like @samp{search-failed}, but doesn't trigger the debugger,
|
||||
like @samp{user-error}. @xref{Signaling Errors}, and @xref{Searching
|
||||
and Matching}. This is used for searching in Info files, @xref{Search
|
||||
like @samp{user-error}. @xref{Signaling Errors}, and see @ref{Searching
|
||||
and Matching}. This is used for searching in Info files, see @ref{Search
|
||||
Text,,,info,Info}.
|
||||
|
||||
@item void-function
|
||||
|
@ -2020,8 +2020,8 @@ information.
|
||||
|
||||
@item markers
|
||||
The markers that refer to this buffer. This is actually a single
|
||||
marker, and successive elements in its marker @code{chain} are the other
|
||||
markers referring to this buffer text.
|
||||
marker, and successive elements in its marker @dfn{chain} (a linked
|
||||
list) are the other markers referring to this buffer text.
|
||||
|
||||
@item intervals
|
||||
The interval tree which records the text properties of this buffer.
|
||||
|
Loading…
Reference in New Issue
Block a user