]> code.delx.au - gnu-emacs/commitdiff
(Finteractive): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000 (04:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 Feb 2009 04:02:22 +0000 (04:02 +0000)
src/ChangeLog
src/callint.c

index 1c1dc7dde72ca03cedb350c453521bf36e1caac5..43a72dae60b944fab49bdc8c7fbfa97eb8f83427 100644 (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.
index e5540adfb978860a377f882d17085ae2549631c8..c08cd8bf2f4d95290e126fe8f0177ab802e06729 100644 (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;
 {