From 2a4f8d3d5707e6b768af02c1b970c4a7a2c3eaae Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 17 Feb 2010 22:35:21 -0800 Subject: [PATCH] * callint.c (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 d06237d7a04..22647f3977d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-02-18 Glenn Morris + + * callint.c (Finteractive): Doc fix. + 2010-02-18 Kazuhiro Ito (tiny change) * coding.c (record_conversion_result): Handle diff --git a/src/callint.c b/src/callint.c index 2c6ab983de2..a45f8a372b8 100644 --- a/src/callint.c +++ b/src/callint.c @@ -127,7 +127,7 @@ If the string begins with `@', Emacs searches the key sequence which invoked the command for its first mouse click (or any other event which specifies a window). If the string begins with `^' and `shift-select-mode' is non-nil, - Emacs first calls the function `handle-shift-select'. + Emacs first calls the function `handle-shift-selection'. You may use `@', `*', and `^' together. They are processed in the order that they appear, before reading any arguments. usage: (interactive &optional ARGS) */) -- 2.39.5