From ab4dc1e1bab31e79566fdbff73508cac40cd9f12 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 20:37:38 -0800 Subject: [PATCH] * message.el (message-tab): Mention what happens on normal tabs (bug#11297). --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/message.el | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9e3f2c9e845..231a68035c7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2014-02-09 Lars Ingebrigtsen + + * message.el (message-tab): Mention what happens on normal tabs + (bug#11297). + 2014-02-08 Glenn Morris * auth-source.el (auth-sources): Doc fix. (Bug#16642) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index be19ccea38d..5300de5eabb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -7928,8 +7928,9 @@ If nil, the function bound in `text-mode-map' or `global-map' is executed." (defun message-tab () "Complete names according to `message-completion-alist'. -Execute function specified by `message-tab-body-function' when not in -those headers." +Execute function specified by `message-tab-body-function' when +not in those headers. If that variable is nil, indent with the +regular text mode tabbing command." (interactive) (cond ((if (and (boundp 'completion-fail-discreetly)