diff src/callint.c @ 102310:0197c170c401

(Finteractive): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Feb 2009 04:02:22 +0000
parents e038c1a8307c
children 0c666a5ed300
line wrap: on
line diff
--- 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;
 {