emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5b7f24e58a: Merge from origin/emacs-28


From: Stefan Kangas
Subject: master 5b7f24e58a: Merge from origin/emacs-28
Date: Wed, 15 Jun 2022 00:57:26 -0400 (EDT)

branch: master
commit 5b7f24e58a3505131fcfe433be505bf7212b57bf
Merge: 1302c329eb 850050ca5c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Merge from origin/emacs-28
    
    850050ca5c Revert "Clarify what a Calc registeri in in calc-insert-re...
---
 lisp/calc/calc-yank.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el
index e0ed098b70..172ccf1adc 100644
--- a/lisp/calc/calc-yank.el
+++ b/lisp/calc/calc-yank.el
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]