From: Glenn Morris Date: Thu, 5 Jul 2012 03:06:50 +0000 (-0700) Subject: * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs. X-Git-Tag: emacs-24.2.90~1199^2~213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8d712837dc25ae863406879a1ea39dba378aded;p=emacs.git * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs. --- 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