Clarify what a Calc registeri in in calc-insert-register
* lisp/calc/calc-yank.el (calc-insert-register): Note that these aren't normal registers (bug#55943).
This commit is contained in:
parent
d6f080d3de
commit
73400e4002
1 changed files with 4 additions and 1 deletions
|
@ -301,7 +301,10 @@ Interactively, reads the register using `register-read-with-preview'."
|
|||
(defun calc-insert-register (register)
|
||||
"Insert the contents of register REGISTER.
|
||||
|
||||
Interactively, reads the register using `register-read-with-preview'."
|
||||
Interactively, reads the register using `register-read-with-preview'.
|
||||
|
||||
Note that this command only works with Calc registers, and they
|
||||
have nothing to do with the Emacs-wide register mechanism."
|
||||
(interactive (list (register-read-with-preview "Insert register: ")))
|
||||
(if (eq major-mode 'calc-mode)
|
||||
(let ((val (calc-get-register register)))
|
||||
|
|
Loading…
Add table
Reference in a new issue