emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 153241d 7/7: Merge from origin/emacs-27


From: Glenn Morris
Subject: master 153241d 7/7: Merge from origin/emacs-27
Date: Wed, 6 May 2020 12:28:47 -0400 (EDT)

branch: master
commit 153241d664f45d832a4564bb53d7f75a0af2c35f
Merge: b16d553 7651646
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Merge from origin/emacs-27
    
    76516465bf (origin/emacs-27) * doc/emacs/modes.texi (Major Modes): Fi...
    f8e6cd11b3 Fix docstring quoting
---
 doc/emacs/modes.texi | 2 +-
 lisp/gnus/message.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index f5fb6b1..c1420ea 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
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 6880918..8f402bf 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]