mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
Merge from origin/emacs-28
850050ca5c
Revert "Clarify what a Calc registeri in in calc-insert-re...
This commit is contained in:
commit
5b7f24e58a
@ -303,10 +303,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…
Reference in New Issue
Block a user