diff src/callint.c @ 107182:276b5f2bea4f

* callint.c (Finteractive): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 17 Feb 2010 22:35:21 -0800
parents 1d1d5d9bd884
children 2bc9a0c04c87 376148b31b5e
line wrap: on
line diff
--- a/src/callint.c	Wed Feb 17 22:18:49 2010 -0800
+++ b/src/callint.c	Wed Feb 17 22:35:21 2010 -0800
@@ -127,7 +127,7 @@
  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)  */)