mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
(insert-for-yank): Doc fix.
This commit is contained in:
parent
8254897f32
commit
e3801a7bf0
@ -1480,8 +1480,8 @@ If NOEXCLUDE is present and non-nil, the normal removal of the
|
||||
if FUNCTION adjusts point before or after inserting the object.
|
||||
If UNDO is present and non-nil, it is a function that will be called
|
||||
by `yank-pop' to undo the insertion of the current object. It is
|
||||
called with two arguments
|
||||
FUNCTION may set `yank-undo-function' to override this.
|
||||
called with two arguments, the start and end of the current region.
|
||||
FUNCTION may set `yank-undo-function' to override the UNDO value.
|
||||
If COMMAND is present and non-nil, `this-command' is set to COMMAND
|
||||
after calling FUNCTION (or insert). Note that setting `this-command'
|
||||
to a value different from `yank' will prevent `yank-pop' from undoing
|
||||
|
Loading…
Reference in New Issue
Block a user