From e8d712837dc25ae863406879a1ea39dba378aded Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 Jul 2012 20:06:50 -0700 Subject: [PATCH] * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/intro.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2e70ccc026a..bbccdd83b61 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-07-05 Glenn Morris + + * intro.texi (A Sample Function Description): Fix cross-refs. + 2012-07-05 Michael Witten (tiny change) * intro.texi (Evaluation Notation, A Sample Function Description) diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index da393751f6f..6dc5991f23d 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -384,14 +384,14 @@ More generally, to an object of that type. A plural of a type (such as @var{buffers}) often means a list of objects of that type. An argument named with the type @var{object} may be bound to an object of any type. -(@xref{Lisp Data Types} for a list of Emacs object types.) An argument +(For a list of Emacs object types, @pxref{Lisp Data Types}.) An argument with some other sort of name (e.g., @var{new-file}) is discussed specifically in the description of the function. In some sections, features common to the arguments of several functions are described at the beginning. - @xref{Lambda Expressions} for a more complete description of arguments -modified by @code{&optional} and @code{&rest}. + For a more complete description of arguments modified by +@code{&optional} and @code{&rest}, @pxref{Lambda Expressions}. Command, macro, and special form descriptions have the same format, but the word `Function' is replaced by `Command', `Macro', or `Special -- 2.39.2