]> git.eshelyaron.com Git - emacs.git/commitdiff
* message.el (message-tab): Mention what happens on normal tabs
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 04:37:38 +0000 (20:37 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 04:37:38 +0000 (20:37 -0800)
(bug#11297).

lisp/gnus/ChangeLog
lisp/gnus/message.el

index 9e3f2c9e8458a5e405d7dc4308b51eb4b8208429..231a68035c7e814e5c7645388d21ff818e0843bc 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-tab): Mention what happens on normal tabs
+       (bug#11297).
+
 2014-02-08  Glenn Morris  <rgm@gnu.org>
 
        * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
index be19ccea38d41a64589fcc0fb14a5b70f2697996..5300de5eabbb91e023614fd5701357b74713bd60 100644 (file)
@@ -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)