emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 87d999a: Fix minor Texinfo errors in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] master 87d999a: Fix minor Texinfo errors in ELisp manual
Date: Wed, 9 Oct 2019 05:30:16 -0400 (EDT)

branch: master
commit 87d999a2f4dd0f0906e0b44a0f271b72f0e2e0e9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 b25fb99..45e7acb 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 c52999e..9fb826c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]