Revert "Clarify what a Calc registeri in in calc-insert-register"
This reverts commit 73400e4002
.
This has been fixed in Emacs 29 by making it possible to use regular registers in calc.
This commit is contained in:
parent
73400e4002
commit
850050ca5c
1 changed files with 1 additions and 4 deletions
|
@ -301,10 +301,7 @@ 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'.
|
||||
|
||||
Note that this command only works with Calc registers, and they
|
||||
have nothing to do with the Emacs-wide register mechanism."
|
||||
Interactively, reads the register using `register-read-with-preview'."
|
||||
(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