summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÖrjan Ekeberg <ekeberg@kth.se>2019-04-05 17:35:50 +0200
committerDavid Bremner <david@tethera.net>2019-04-26 08:18:10 -0300
commit2dfbd26c424f88332174e114f7bfb1ffc1db4624 (patch)
treeb4e68b464352af2ab8705edbfbd494c3f2fe0785
parentafb0b11dcd08aa9091be1d89e1c2a9fe6b0e11f0 (diff)
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.
-rw-r--r--emacs/notmuch-show.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 49fc779d..e13ca3d7 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -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."