aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc.el2
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."
1394 1394
1395;;;###autoload 1395;;;###autoload
1396(defun calc (&optional arg full-display interactive) 1396(defun calc (&optional arg full-display interactive)
1397 "The Emacs Calculator. Full documentation is listed under \"calc-mode\"." 1397 "The Emacs Calculator. Full documentation is listed under `calc-mode'."
1398 (interactive "P\ni\np") 1398 (interactive "P\ni\np")
1399 (if arg 1399 (if arg
1400 (unless (eq arg 0) 1400 (unless (eq arg 0)