# HG changeset patch # User Glenn Morris # Date 1266474921 28800 # Node ID 276b5f2bea4f7f1501f83e91664b5b717a65fa05 # Parent 36d0fedf13ca25cd46639d8877ea6a3e74261c91 * callint.c (Finteractive): Doc fix. diff -r 36d0fedf13ca -r 276b5f2bea4f src/ChangeLog --- a/src/ChangeLog Wed Feb 17 22:18:49 2010 -0800 +++ b/src/ChangeLog Wed Feb 17 22:35:21 2010 -0800 @@ -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 -r 36d0fedf13ca -r 276b5f2bea4f src/callint.c --- 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) */)