diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * message.el (message-tab): Mention what happens on normal tabs | ||
| 4 | (bug#11297). | ||
| 5 | |||
| 1 | 2014-02-08 Glenn Morris <rgm@gnu.org> | 6 | 2014-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'. |
| 7931 | Execute function specified by `message-tab-body-function' when not in | 7931 | Execute function specified by `message-tab-body-function' when |
| 7932 | those headers." | 7932 | not in those headers. If that variable is nil, indent with the |
| 7933 | regular 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) |