mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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:
parent
ea5c79f657
commit
88ca4dc45b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue