emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/eval.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/eval.c,v
Date: Wed, 18 Jul 2007 11:48:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/07/18 11:48:47

Index: eval.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/eval.c,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -b -r1.279 -r1.280
--- eval.c      14 Jul 2007 18:43:53 -0000      1.279
+++ eval.c      18 Jul 2007 11:48:47 -0000      1.280
@@ -330,7 +330,7 @@
        doc: /* Eval args until one of them yields non-nil, then return that 
value.
 The remaining args are not evalled at all.
 If all args return nil, return nil.
-usage: (or CONDITIONS ...)  */)
+usage: (or CONDITIONS...)  */)
      (args)
      Lisp_Object args;
 {
@@ -355,7 +355,7 @@
        doc: /* Eval args until one of them yields nil, then return nil.
 The remaining args are not evalled at all.
 If no arg yields nil, return the last arg's value.
-usage: (and CONDITIONS ...)  */)
+usage: (and CONDITIONS...)  */)
      (args)
      Lisp_Object args;
 {




reply via email to

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