Mercurial > emacs
changeset 49313:e86ea32498df
(insert-for-yank): Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 19 Jan 2003 00:01:36 +0000 |
parents | ebc6f47b202e |
children | 961191767061 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sat Jan 18 23:59:12 2003 +0000 +++ b/lisp/subr.el Sun Jan 19 00:01:36 2003 +0000 @@ -1480,8 +1480,8 @@ 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