* doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 Jul 2012 03:06:50 +0000 (20:06 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 Jul 2012 03:06:50 +0000 (20:06 -0700)
doc/lispref/ChangeLog
doc/lispref/intro.texi

index 2e70ccc..bbccdd8 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-05  Glenn Morris  <rgm@gnu.org>
+
+       * intro.texi (A Sample Function Description): Fix cross-refs.
+
 2012-07-05  Michael Witten  <mfwitten@gmail.com>  (tiny change)
 
        * intro.texi (Evaluation Notation, A Sample Function Description)
index da39375..6dc5991 100644 (file)
@@ -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