]> git.eshelyaron.com Git - emacs.git/commitdiff
Cross-link message-expand-name-standard-ui-relevant doc strings
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Feb 2022 06:22:52 +0000 (07:22 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Feb 2022 05:47:25 +0000 (06:47 +0100)
* lisp/gnus/message.el (message-expand-name-standard-ui): Mention
the other relevant variables in the doc string (bug#50667).

lisp/gnus/message.el

index a6c6a16653dc7a2b670ac375465dedba32103e72..869ab3f82b7bafd69ba98af5ac6d282ebd1a32a8 100644 (file)
@@ -8369,7 +8369,11 @@ regular text mode tabbing command."
 
 (defcustom message-expand-name-standard-ui nil
   "If non-nil, use the standard completion UI in `message-expand-name'.
-E.g. this means it will obey `completion-styles' and other such settings."
+E.g. this means it will obey `completion-styles' and other such settings.
+
+If this variable is non-nil and `message-mail-alias-type' is
+`ecomplete', `message-self-insert-commands' should probably be
+set to nil."
   :version "27.1"
   :type 'boolean)