1
0
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:
Noah Swainland 2019-09-24 17:52:10 +02:00 committed by Lars Ingebrigtsen
parent ea5c79f657
commit 88ca4dc45b

View File

@ -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)