mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(insert-register): Add `*' interactive spec.
This commit is contained in:
parent
b38bab94e5
commit
ecfc7eb3b7
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ REGISTER is a character."
|
|||
Normally puts point before and mark after the inserted text.
|
||||
If optional second arg is non-nil, puts mark before and point after.
|
||||
Interactively, second arg is non-nil if prefix arg is supplied."
|
||||
(interactive "cInsert register: \nP")
|
||||
(interactive "*cInsert register: \nP")
|
||||
(push-mark)
|
||||
(let ((val (get-register char)))
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue