aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-08 20:37:38 -0800
committerLars Ingebrigtsen2014-02-08 20:37:38 -0800
commitab4dc1e1bab31e79566fdbff73508cac40cd9f12 (patch)
tree049afd6df2120c03a651b4369807e538c1525944
parentc7b92b881686b5869d02d968693f61b980e11c3f (diff)
downloademacs-ab4dc1e1bab31e79566fdbff73508cac40cd9f12.tar.gz
emacs-ab4dc1e1bab31e79566fdbff73508cac40cd9f12.zip
* message.el (message-tab): Mention what happens on normal tabs
(bug#11297).
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/message.el5
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 @@
12014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * message.el (message-tab): Mention what happens on normal tabs
4 (bug#11297).
5
12014-02-08 Glenn Morris <rgm@gnu.org> 62014-02-08 Glenn Morris <rgm@gnu.org>
2 7
3 * auth-source.el (auth-sources): Doc fix. (Bug#16642) 8 * 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."
7928 7928
7929(defun message-tab () 7929(defun message-tab ()
7930 "Complete names according to `message-completion-alist'. 7930 "Complete names according to `message-completion-alist'.
7931Execute function specified by `message-tab-body-function' when not in 7931Execute function specified by `message-tab-body-function' when
7932those headers." 7932not in those headers. If that variable is nil, indent with the
7933regular text mode tabbing command."
7933 (interactive) 7934 (interactive)
7934 (cond 7935 (cond
7935 ((if (and (boundp 'completion-fail-discreetly) 7936 ((if (and (boundp 'completion-fail-discreetly)