emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107960: Small edits for doc/lispr


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107960: Small edits for doc/lispref/lists.texi
Date: Fri, 04 May 2012 00:38:33 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107960
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-05-04 00:38:33 -0700
message:
  Small edits for doc/lispref/lists.texi
  
  * lists.texi (List-related Predicates, List Variables): Tweak page-breaks.
  (Sets And Lists): Convert inforef to xref.
modified:
  doc/lispref/ChangeLog
  doc/lispref/lists.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-05-04 07:29:52 +0000
+++ b/doc/lispref/ChangeLog     2012-05-04 07:38:33 +0000
@@ -1,5 +1,9 @@
 2012-05-04  Glenn Morris  <address@hidden>
 
+       * lists.texi (List-related Predicates, List Variables):
+       Tweak page-breaks.
+       (Sets And Lists): Convert inforef to xref.
+
        * text.texi (Auto Filling): Don't mention Emacs 19.
 
        * commands.texi (Event Input Misc): Don't mention unread-command-char.

=== modified file 'doc/lispref/lists.texi'
--- a/doc/lispref/lists.texi    2012-04-26 00:31:47 +0000
+++ b/doc/lispref/lists.texi    2012-05-04 07:38:33 +0000
@@ -88,7 +88,7 @@
 whether it is a cons cell or is a list, or whether it is the
 distinguished object @code{nil}.  (Many of these predicates can be
 defined in terms of the others, but they are used so often that it is
-worth having all of them.)
+worth having them.)
 
 @defun consp object
 This function returns @code{t} if @var{object} is a cons cell, @code{nil}
@@ -764,8 +764,7 @@
 
 The argument @var{symbol} is not implicitly quoted;
 @code{add-to-ordered-list} is an ordinary function, like @code{set}
-and unlike @code{setq}.  Quote the argument yourself if that is what
-you want.
+and unlike @code{setq}.  Quote the argument yourself if necessary.
 
 The ordering information is stored in a hash table on @var{symbol}'s
 @code{list-order} property.
@@ -1270,7 +1269,7 @@
 @b{Common Lisp note:} Common Lisp has functions @code{union} (which
 avoids duplicate elements) and @code{intersection} for set operations.
 Although standard GNU Emacs Lisp does not have them, the @file{cl}
-library provides versions.  @inforef{Top, Overview, cl}.
+library provides versions.  @xref{Top,, Overview, cl, Common Lisp Extensions}.
 @end quotation
 
 @defun memq object list


reply via email to

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