(Finteractive): Doc fix.

This commit is contained in:
Glenn Morris 2009-02-27 04:02:22 +00:00
parent 6565b5ab20
commit d88bee5a40
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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;
{