mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-05 08:53:45 +00:00
message format spec fixes, commit # 11
This commit is contained in:
parent
80070cca29
commit
5c08522d85
@ -408,7 +408,8 @@
|
||||
((= n 4) 'global)
|
||||
((= n 5) 'save)
|
||||
(t 'local)))
|
||||
(message (cond ((and (eq calc-mode-save-mode 'local) calc-embedded-info)
|
||||
(message "%s"
|
||||
(cond ((and (eq calc-mode-save-mode 'local) calc-embedded-info)
|
||||
"Recording mode changes with [calc-mode: ...]")
|
||||
((eq calc-mode-save-mode 'edit)
|
||||
"Recording mode changes with [calc-edit-mode: ...]")
|
||||
|
@ -515,7 +515,7 @@ Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
|
||||
(interactive "P")
|
||||
(and n (setq math-units-table-buffer-valid nil))
|
||||
(math-build-units-table-buffer t)
|
||||
(message (substitute-command-keys "Type \\[calc] to return to the Calculator")))
|
||||
(message "%s" (substitute-command-keys "Type \\[calc] to return to the Calculator")))
|
||||
|
||||
(defun calc-define-unit (uname desc)
|
||||
(interactive "SDefine unit name: \nsDescription: ")
|
||||
|
Loading…
Reference in New Issue
Block a user