From: Glenn Morris Date: Thu, 18 Feb 2010 06:35:21 +0000 (-0800) Subject: * callint.c (Finteractive): Doc fix. X-Git-Tag: emacs-pretest-23.1.93~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a4f8d3d5707e6b768af02c1b970c4a7a2c3eaae;p=emacs.git * callint.c (Finteractive): Doc fix. --- 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) */)