From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 04:37:38 +0000 (-0800) Subject: * message.el (message-tab): Mention what happens on normal tabs X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab4dc1e1bab31e79566fdbff73508cac40cd9f12;p=emacs.git * message.el (message-tab): Mention what happens on normal tabs (bug#11297). --- 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)