mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
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)
This commit is contained in:
parent
a89795944b
commit
e7952bdfc8
1 changed files with 15 additions and 5 deletions
|
@ -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{'},
|
of the list. Sometimes a list is preceded by an apostrophe @samp{'},
|
||||||
called a @dfn{single-quote} in Lisp.@footnote{A single-quote is an
|
called a @dfn{single-quote} in Lisp.@footnote{A single-quote is an
|
||||||
abbreviation for the special form @code{quote}; you need not think
|
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.
|
||||||
|
@ifnottex
|
||||||
|
@xref{Complications}.
|
||||||
|
@end ifnottex
|
||||||
|
@iftex
|
||||||
|
@xref{Lisp Interpreter}.
|
||||||
|
@end iftex
|
||||||
|
} Lists are the basis
|
||||||
of Lisp.
|
of Lisp.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
@ -16400,9 +16407,9 @@ Install @code{graph-symbol}, @code{graph-blank},
|
||||||
@iftex
|
@iftex
|
||||||
@ref{Readying a Graph, , Readying a Graph},
|
@ref{Readying a Graph, , Readying a Graph},
|
||||||
@end iftex
|
@end iftex
|
||||||
@ifinfo
|
@ifnottex
|
||||||
@ref{Columns of a graph},
|
@ref{Columns of a graph},
|
||||||
@end ifinfo
|
@end ifnottex
|
||||||
and @code{graph-body-print}.
|
and @code{graph-body-print}.
|
||||||
|
|
||||||
@need 800
|
@need 800
|
||||||
|
@ -19181,11 +19188,14 @@ Local variables can only be accessed
|
||||||
within the @code{let} that defines them or the function that specifies
|
within the @code{let} that defines them or the function that specifies
|
||||||
them in an argument list (and within expressions called by them).
|
them in an argument list (and within expressions called by them).
|
||||||
|
|
||||||
@ignore
|
|
||||||
@c texi2dvi fails when the name of the section is within ifnottex ...
|
@c texi2dvi fails when the name of the section is within ifnottex ...
|
||||||
|
@ifnottex
|
||||||
(@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
|
(@xref{Prevent confusion, , @code{let} Prevents Confusion}, and
|
||||||
|
@end ifnottex
|
||||||
|
@iftex
|
||||||
|
(@xref{Permanent Installation, , @code{let} Prevents Confusion}, and
|
||||||
|
@end iftex
|
||||||
@ref{defun, , The @code{defun} Macro}.)
|
@ref{defun, , The @code{defun} Macro}.)
|
||||||
@end ignore
|
|
||||||
|
|
||||||
@node yank
|
@node yank
|
||||||
@appendixsec @code{yank}
|
@appendixsec @code{yank}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue