emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 e7952bd: Fix some cross-references in emacs-lisp-


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 e7952bd: Fix some cross-references in emacs-lisp-intro.texi
Date: Wed, 23 May 2018 12:32:41 -0400 (EDT)

branch: emacs-26
commit e7952bdfc87aa333dfc564658bfbce6f1fbfc851
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix some cross-references in emacs-lisp-intro.texi
    
    * doc/lispintro/emacs-lisp-intro.texi (List Processing)
    (Determining the Element, graph-body-print): Fix cross-references
    to subsections that don't exist in the printed version of the
    manual.  (Bug#31567)
---
 doc/lispintro/emacs-lisp-intro.texi | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index e4ebbe2..6081135 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1037,7 +1037,14 @@ putting them between parentheses.  The parentheses mark 
the boundaries
 of the list.  Sometimes a list is preceded by an apostrophe @samp{'},
 called a @dfn{single-quote} in address@hidden single-quote is an
 abbreviation for the special form @code{quote}; you need not think
-about special forms now.  @xref{Complications}.}  Lists are the basis
+about special forms now.
address@hidden
address@hidden
address@hidden ifnottex
address@hidden
address@hidden Interpreter}.
address@hidden iftex
+}  Lists are the basis
 of Lisp.
 
 @menu
@@ -16400,9 +16407,9 @@ Install @code{graph-symbol}, @code{graph-blank},
 @iftex
 @ref{Readying a Graph, , Readying a Graph},
 @end iftex
address@hidden
address@hidden
 @ref{Columns of a graph},
address@hidden ifinfo
address@hidden ifnottex
 and @code{graph-body-print}.
 
 @need 800
@@ -19181,11 +19188,14 @@ Local variables can only be accessed
 within the @code{let} that defines them or the function that specifies
 them in an argument list (and within expressions called by them).
 
address@hidden
 @c texi2dvi fails when the name of the section is within ifnottex ...
address@hidden
 (@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
address@hidden ifnottex
address@hidden
+(@xref{Permanent Installation, , @code{let} Prevents Confusion}, and
address@hidden iftex
 @ref{defun, , The @code{defun} Macro}.)
address@hidden ignore
 
 @node yank
 @appendixsec @code{yank}



reply via email to

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