changeset 81952:fa3696133289

(For, Fand): Doc fixes. Reported by Johan Bockgrd.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 Jul 2007 11:48:47 +0000
parents 7aa1fc9d679a
children 298a134523a5
files src/eval.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Wed Jul 18 11:47:54 2007 +0000
+++ b/src/eval.c	Wed Jul 18 11:48:47 2007 +0000
@@ -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;
 {