mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(calc): Fix link in doc string
* lisp/calc/calc.el (calc): Fix link in doc string (bug#37500). Copyright-paperwork-exempt: yes
This commit is contained in:
parent
ea5c79f657
commit
88ca4dc45b
@ -1394,7 +1394,7 @@ commands given here will actually operate on the *Calculator* stack."
|
||||
|
||||
;;;###autoload
|
||||
(defun calc (&optional arg full-display interactive)
|
||||
"The Emacs Calculator. Full documentation is listed under \"calc-mode\"."
|
||||
"The Emacs Calculator. Full documentation is listed under `calc-mode'."
|
||||
(interactive "P\ni\np")
|
||||
(if arg
|
||||
(unless (eq arg 0)
|
||||
|
Loading…
Reference in New Issue
Block a user