Mercurial > emacs
changeset 107182:276b5f2bea4f
* callint.c (Finteractive): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Feb 2010 22:35:21 -0800 |
parents | 36d0fedf13ca |
children | 4ab38ae694be |
files | src/ChangeLog src/callint.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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) */)