emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cd0e636: ; * doc/lispref/lists.texi (List Elements)


From: Eli Zaretskii
Subject: [Emacs-diffs] master cd0e636: ; * doc/lispref/lists.texi (List Elements): Fix last change.
Date: Wed, 25 Jan 2017 20:50:23 +0000 (UTC)

branch: master
commit cd0e63652445c90af7167b48d83e410af1e6e590
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * doc/lispref/lists.texi (List Elements): Fix last change.
---
 doc/lispref/lists.texi |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 87fc3af..8eab281 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -387,13 +387,13 @@ or @code{(nthcdr 2 @var{cons-cell})}.
 @findex cdddar
 @findex cddddr
 In addition to the above, 24 additional compositions of @code{car} and
address@hidden are defined as @code{cXXXr} and @code{cXXXXr}, where each
address@hidden is either @samp{a} or @samp{d}.
address@hidden, @code{caddr}, and @code{cadddr} pick out the second,
-third or fourth elements of a list, respectively. @file{cl-lib}
-provides the same under the names @code{cl-second}, @code{cl-third},
-and @code{cl-fourth}.
address@hidden Functions,,, cl, Common Lisp Extensions}.
address@hidden are defined as @address@hidden and @address@hidden,
+where each @address@hidden is either @code{a} or @code{d}.  @code{cadr},
address@hidden, and @code{cadddr} pick out the second, third or fourth
+elements of a list, respectively.  @file{cl-lib} provides the same
+under the names @code{cl-second}, @code{cl-third}, and
address@hidden  @xref{List Functions,,, cl, Common Lisp
+Extensions}.
 
 @defun butlast x &optional n
 This function returns the list @var{x} with the last element,



reply via email to

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