From 87d999a2f4dd0f0906e0b44a0f271b72f0e2e0e9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 9 Oct 2019 12:29:21 +0300 Subject: [PATCH] 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) --- doc/lispref/errors.texi | 12 ++++++------ doc/lispref/internals.texi | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index b25fb993990..45e7acbaa6b 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi @@ -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 diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index c52999e1cd2..9fb826c93bb 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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. -- 2.39.5