mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Make first documentation line distinct for "a" and "x" commands.
Since only the first line of the documentation is shown by the help command, it is confusing when "x" and "a" seem to have the same binding in show-mode. This commit makes the two function documentations first lines different and (hopefully) clearer.
This commit is contained in:
parent
afb0b11dcd
commit
2dfbd26c42
1 changed files with 2 additions and 2 deletions
|
@ -2256,7 +2256,7 @@ message will be \"unarchived\", i.e. the tag changes in
|
|||
(notmuch-tag-change-list notmuch-archive-tags unarchive))))
|
||||
|
||||
(defun notmuch-show-archive-message-then-next-or-exit ()
|
||||
"Archive the current message, then show the next open message in the current thread.
|
||||
"Archive current message, then show next open message in current thread.
|
||||
|
||||
If at the last open message in the current thread, then exit back
|
||||
to search results."
|
||||
|
@ -2265,7 +2265,7 @@ to search results."
|
|||
(notmuch-show-next-open-message t))
|
||||
|
||||
(defun notmuch-show-archive-message-then-next-or-next-thread ()
|
||||
"Archive the current message, then show the next open message in the current thread.
|
||||
"Archive current message, then show next open message in current or next thread.
|
||||
|
||||
If at the last open message in the current thread, then show next
|
||||
thread from search."
|
||||
|
|
Loading…
Reference in a new issue