emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/functions.texi,v


From: Karl Berry
Subject: [Emacs-diffs] Changes to emacs/lispref/functions.texi,v
Date: Tue, 18 Jul 2006 13:50:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Karl Berry <karl>       06/07/18 13:50:30

Index: functions.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/functions.texi,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- functions.texi      18 Jul 2006 00:00:19 -0000      1.38
+++ functions.texi      18 Jul 2006 13:50:29 -0000      1.39
@@ -766,12 +766,10 @@
 The argument @var{sequence} can be any kind of sequence except a
 char-table; that is, a list, a vector, a bool-vector, or a string.  The
 result is always a list.  The length of the result is the same as the
-length of @var{sequence}.
+length of @var{sequence}.  For example:
 
 @smallexample
 @group
address@hidden @r{For example:}
-
 (mapcar 'car '((a b) (c d) (e f)))
      @result{} (a c e)
 (mapcar '1+ [1 2 3])




reply via email to

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