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:
parent
d9aa39cc6e
commit
2a4f8d3d57
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) */)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue