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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Tue, 13 Nov 2001 02:00:21 -0500

Index: emacs/src/eval.c
diff -u emacs/src/eval.c:1.172 emacs/src/eval.c:1.173
--- emacs/src/eval.c:1.172      Sun Nov  4 05:24:51 2001
+++ emacs/src/eval.c    Tue Nov 13 02:00:21 2001
@@ -317,7 +317,7 @@
 }
 
 DEFUN ("and", Fand, Sand, 0, UNEVALLED, 0,
-  doc: /* Eval args until one of them yields nil, then return nil.
+       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 ...)  */)
@@ -348,7 +348,7 @@
 }
 
 DEFUN ("if", Fif, Sif, 2, UNEVALLED, 0,
-  doc: /* If COND yields non-nil, do THEN, else do ELSE...
+       doc: /* If COND yields non-nil, do THEN, else do ELSE...
 Returns the value of THEN or the value of the last of the ELSE's.
 THEN must be one expression, but ELSE... can be zero or more expressions.
 If COND yields nil, and there are no ELSE's, the value is nil.



reply via email to

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