all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#37500: [PATCH] Change quotes referencing `calc-mode' to standard syntax
@ 2019-09-24 14:41 Noah Swainland
  2019-09-24 15:53 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Swainland @ 2019-09-24 14:41 UTC (permalink / raw)
  To: 37500; +Cc: Noah Swainland

When reading `C-h f calc`, it is stated that full documentation is
listed under "calc-mode".  The use of double quotation marks means
that the user then has to search manually for the calc-mode
documentation.  By using the standard grave accent and apostrophe, the
reference is displayed as a link.
---
 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 8e76296273..ad483b406d 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.20.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37500: [PATCH] Change quotes referencing `calc-mode' to standard syntax
  2019-09-24 14:41 bug#37500: [PATCH] Change quotes referencing `calc-mode' to standard syntax Noah Swainland
@ 2019-09-24 15:53 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-09-24 15:53 UTC (permalink / raw)
  To: Noah Swainland; +Cc: 37500

Noah Swainland <nks@nks.sh> writes:

> When reading `C-h f calc`, it is stated that full documentation is
> listed under "calc-mode".  The use of double quotation marks means
> that the user then has to search manually for the calc-mode
> documentation.  By using the standard grave accent and apostrophe, the
> reference is displayed as a link.

Thanks for the patch; applied to Emacs 27.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-24 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-24 14:41 bug#37500: [PATCH] Change quotes referencing `calc-mode' to standard syntax Noah Swainland
2019-09-24 15:53 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.