Mercurial > emacs
changeset 102310:0197c170c401
(Finteractive): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 27 Feb 2009 04:02:22 +0000 |
parents | ee7d5d4ca6e7 |
children | d54a31f60e54 |
files | src/ChangeLog src/callint.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Feb 27 04:01:22 2009 +0000 +++ b/src/ChangeLog Fri Feb 27 04:02:22 2009 +0000 @@ -1,3 +1,7 @@ +2009-02-27 Glenn Morris <rgm@gnu.org> + + * callint.c (Finteractive): Doc fix. + 2009-02-27 Kenichi Handa <handa@m17n.org> * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
--- a/src/callint.c Fri Feb 27 04:01:22 2009 +0000 +++ b/src/callint.c Fri Feb 27 04:02:22 2009 +0000 @@ -127,7 +127,7 @@ 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; {