From d88bee5a40900e82fcf6b72b6d6d1da9cdeaea43 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 27 Feb 2009 04:02:22 +0000 Subject: [PATCH] (Finteractive): Doc fix. --- src/ChangeLog | 4 ++++ src/callint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; { -- 2.39.2