From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 11:25:23 +0000 (+0000) Subject: message.el (message-tab): Mention what happens on normal tabs (bug#11297) X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=b072de812cb628a3c5f826b207886070391f359f message.el (message-tab): Mention what happens on normal tabs (bug#11297) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34e3f2d4c..c8d50823d 100644 --- a/lisp/ChangeLog +++ b/lisp/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/message.el b/lisp/message.el index 86a4d0283..0110f8b3f 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -7991,8 +7991,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)