]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc): Fix link in doc string
authorNoah Swainland <nks@nks.sh>
Tue, 24 Sep 2019 15:52:10 +0000 (17:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Sep 2019 15:52:47 +0000 (17:52 +0200)
* lisp/calc/calc.el (calc): Fix link in doc string (bug#37500).

Copyright-paperwork-exempt: yes

lisp/calc/calc.el

index 8e7629627353fae84d11feed3fb8b514acfd480a..ad483b406d56e4c644cbc13296ec32425d7cd188 100644 (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)