diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |