mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Merge from origin/emacs-27
76516465bf(origin/emacs-27) * doc/emacs/modes.texi (Major Modes): Fi...f8e6cd11b3Fix docstring quoting
This commit is contained in:
commit
153241d664
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue