]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix minor Texinfo errors in ELisp manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 9 Oct 2019 09:29:21 +0000 (12:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 9 Oct 2019 09:29:21 +0000 (12:29 +0300)
* 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
doc/lispref/internals.texi

index b25fb993990b825ea36e36d18b3e7e355a71b5a2..45e7acbaa6b03fc2f97118f333c73483a98b3ab3 100644 (file)
@@ -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
index c52999e1cd2f10653a17787aeb3044cbb8bcda78..9fb826c93bb32cfeb978be841e019b43eb9ecbfa 100644 (file)
@@ -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.