Mercurial > emacs
diff src/eval.c @ 81952:fa3696133289
(For, Fand): Doc fixes.
Reported by Johan Bockg?rd.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 18 Jul 2007 11:48:47 +0000 |
| parents | f533b796856e |
| children | 298a134523a5 |
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; {
