mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: fix show-previous-message doc string
This commit is contained in:
parent
4a5281b888
commit
7cd907b69c
1 changed files with 1 additions and 1 deletions
|
@ -1431,7 +1431,7 @@ buffer."
|
|||
(goto-char (point-max))))))
|
||||
|
||||
(defun notmuch-show-previous-open-message ()
|
||||
"Show the previous message."
|
||||
"Show the previous open message."
|
||||
(interactive)
|
||||
(while (and (notmuch-show-goto-message-previous)
|
||||
(not (notmuch-show-message-visible-p))))
|
||||
|
|
Loading…
Reference in a new issue