1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

* callint.c (Finteractive): Doc fix.

This commit is contained in:
Glenn Morris 2010-02-17 22:35:21 -08:00
parent d9aa39cc6e
commit 2a4f8d3d57
2 changed files with 5 additions and 1 deletions

View 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

View 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) */)