* callint.c (Finteractive): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 06:35:21 +0000 (22:35 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Feb 2010 06:35:21 +0000 (22:35 -0800)
src/ChangeLog
src/callint.c

index d06237d..22647f3 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * callint.c (Finteractive): Doc fix.
+
 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
 
        * coding.c (record_conversion_result): Handle
index 2c6ab98..a45f8a3 100644 (file)
@@ -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)  */)