emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108874: * doc/lispref/intro.texi (A


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108874: * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs.
Date: Wed, 04 Jul 2012 20:06:50 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108874
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-04 20:06:50 -0700
message:
  * doc/lispref/intro.texi (A Sample Function Description): Fix cross-refs.
modified:
  doc/lispref/ChangeLog
  doc/lispref/intro.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-07-05 02:52:00 +0000
+++ b/doc/lispref/ChangeLog     2012-07-05 03:06:50 +0000
@@ -1,3 +1,7 @@
+2012-07-05  Glenn Morris  <address@hidden>
+
+       * intro.texi (A Sample Function Description): Fix cross-refs.
+
 2012-07-05  Michael Witten  <address@hidden>  (tiny change)
 
        * intro.texi (Evaluation Notation, A Sample Function Description)

=== modified file 'doc/lispref/intro.texi'
--- a/doc/lispref/intro.texi    2012-07-05 02:52:00 +0000
+++ b/doc/lispref/intro.texi    2012-07-05 03:06:50 +0000
@@ -384,14 +384,14 @@
 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
address@hidden&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


reply via email to

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