mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* message.el (message-tab): Mention what happens on normal tabs
(bug#11297).
This commit is contained in:
parent
c7b92b8816
commit
ab4dc1e1ba
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user