From f8e6cd11b34320999aa72886ece3f32b0a8ad897 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Tue, 5 May 2020 21:11:18 -0400 Subject: Fix docstring quoting * lisp/gnus/message.el (message-sendmail-extra-arguments): Fix escaping of quotes in docstring. --- lisp/gnus/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 5d9473f4437..cbdd329f3ec 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -874,7 +874,7 @@ If this is nil, use `user-mail-address'. If it is the symbol (defcustom message-sendmail-extra-arguments nil "Additional arguments to `sendmail-program'. -A list of strings, e.g. '("-a" "account") for msmtp." +A list of strings, e.g. (\"-a\" \"account\") for msmtp." :version "23.1" ;; No Gnus :type '(repeat string) ;; :link '(custom-manual "(message)Mail Variables") -- cgit v1.2.1 From 76516465bff31d35ea93bcb2badb14c642bb5767 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 6 May 2020 17:13:55 +0300 Subject: * doc/emacs/modes.texi (Major Modes): Fix quoting. (Bug#41110) --- doc/emacs/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index f5fb6b1e797..c1420ea13ff 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi @@ -116,7 +116,7 @@ is enabled in a buffer. @xref{Hooks}, for more information about hooks. Each mode hook is named after its major mode, e.g., Fortran mode has @code{fortran-mode-hook}. Furthermore, all text-based major modes run @code{text-mode-hook}, and many programming language modes -@footnote{More specifically, the modes which are ''derived'' from +@footnote{More specifically, the modes which are ``derived'' from @code{prog-mode} (@pxref{Derived Modes,,, elisp, The Emacs Lisp Reference Manual}).} (including all those distributed with Emacs) run @code{prog-mode-hook}, prior to running their own mode hooks. Hook -- cgit v1.2.1