From 88ca4dc45b7c4ba950eb37817e9abcdd2770a3ae Mon Sep 17 00:00:00 2001 From: Noah Swainland Date: Tue, 24 Sep 2019 17:52:10 +0200 Subject: [PATCH] (calc): Fix link in doc string * lisp/calc/calc.el (calc): Fix link in doc string (bug#37500). Copyright-paperwork-exempt: yes --- lisp/calc/calc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 8e762962735..ad483b406d5 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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) -- 2.39.2