From: Juanma Barranquero Date: Sat, 14 Jul 2007 10:54:09 +0000 (+0000) Subject: (Fprogn): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~11922 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b4a1f50d353a3ef7857bd43027580831195fc24;p=emacs.git (Fprogn): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index f899e250ead..355ed30066a 100644 --- a/src/eval.c +++ b/src/eval.c @@ -433,7 +433,7 @@ usage: (cond CLAUSES...) */) DEFUN ("progn", Fprogn, Sprogn, 0, UNEVALLED, 0, doc: /* Eval BODY forms sequentially and return value of last one. -usage: (progn BODY ...) */) +usage: (progn BODY...) */) (args) Lisp_Object args; {