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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/functions.texi,v
Date: Sat, 08 Jul 2006 18:09:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:09:12

Index: functions.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/functions.texi,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- functions.texi      8 Feb 2006 00:27:01 -0000       1.36
+++ functions.texi      8 Jul 2006 18:09:12 -0000       1.37
@@ -152,7 +152,6 @@
 @end defun
 
 @defun subr-arity subr
address@hidden subr-arity
 This function provides information about the argument list of a
 primitive, @var{subr}.  The returned value is a pair
 @code{(@var{min} . @var{max})}.  @var{min} is the minimum number of
@@ -807,7 +806,6 @@
 @end defun
 
 @defun mapc function sequence
address@hidden mapc
 @code{mapc} is like @code{mapcar} except that @var{function} is used for
 side-effects only---the values it returns are ignored, not collected
 into a list.  @code{mapc} always returns @var{sequence}.




reply via email to

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