emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/data.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Mon, 30 Jan 2006 23:40:49 +0000

Index: emacs/src/data.c
diff -u emacs/src/data.c:1.258 emacs/src/data.c:1.259
--- emacs/src/data.c:1.258      Sun Jan 29 02:19:33 2006
+++ emacs/src/data.c    Mon Jan 30 23:40:49 2006
@@ -274,7 +274,8 @@
 }
 
 DEFUN ("listp", Flistp, Slistp, 1, 1, 0,
-       doc: /* Return t if OBJECT is a list.  This includes nil.  */)
+       doc: /* Return t if OBJECT is a list, that is, a cons cell or nil.
+Otherwise, return nil.  */)
      (object)
      Lisp_Object object;
 {




reply via email to

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