From: Glenn Morris Date: Fri, 27 Feb 2009 04:02:22 +0000 (+0000) Subject: (Finteractive): Doc fix. X-Git-Tag: emacs-pretest-23.0.92~422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d88bee5a40900e82fcf6b72b6d6d1da9cdeaea43;p=emacs.git (Finteractive): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1c1dc7dde72..43a72dae60b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-02-27 Glenn Morris + + * callint.c (Finteractive): Doc fix. + 2009-02-27 Kenichi Handa * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX. diff --git a/src/callint.c b/src/callint.c index e5540adfb97..c08cd8bf2f4 100644 --- a/src/callint.c +++ b/src/callint.c @@ -127,7 +127,7 @@ If the string begins with `^' and `shift-select-mode' is non-nil, Emacs first calls the function `handle-shift-select'. You may use `@', `*', and `^' together. They are processed in the order that they appear, before reading any arguments. -usage: (interactive ARGS) */) +usage: (interactive &optional ARGS) */) (args) Lisp_Object args; {