From 53ef883b52c5836184a8a32536d022b9085100c7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 11 Feb 2022 07:22:52 +0100 Subject: [PATCH] Cross-link message-expand-name-standard-ui-relevant doc strings * lisp/gnus/message.el (message-expand-name-standard-ui): Mention the other relevant variables in the doc string (bug#50667). --- lisp/gnus/message.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a6c6a16653d..869ab3f82b7 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -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) -- 2.39.5