mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Merge from origin/emacs-27
76516465bf
(origin/emacs-27) * doc/emacs/modes.texi (Major Modes): Fi...f8e6cd11b3
Fix docstring quoting
This commit is contained in:
commit
153241d664
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user