diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-21 13:29:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-21 14:26:42 +0200 |
commit | 462dbc1cb2c59eaca9c9344636b8af29462370a0 (patch) | |
tree | f5329670eed8372fc268bf7f5037627f0330d81e /lisp/mh-e/mh-limit.el | |
parent | e72d3793bcec67f9312e9d011e4357f8986bf837 (diff) | |
download | emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.gz emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.bz2 emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.zip |
; Fix typos
Diffstat (limited to 'lisp/mh-e/mh-limit.el')
-rw-r--r-- | lisp/mh-e/mh-limit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index a3fbb89bb88..d4577807c92 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el @@ -148,7 +148,7 @@ Use \\<mh-folder-mode-map>\\[mh-widen] to undo this command." "Put all following messages with same subject in sequence 'subject. If arg ALL is t, move to beginning of folder buffer to collect all messages. -If arg ALL is nil, collect only messages fron current one on forward. +If arg ALL is nil, collect only messages from current one on forward. Return number of messages put in the sequence: @@ -198,7 +198,7 @@ It would be desirable to avoid hard-coding this.") This function only works with an unthreaded folder. If arg ALL is t, move to beginning of folder buffer to collect all messages. If -arg ALL is nil, collect only messages fron current one on +arg ALL is nil, collect only messages from current one on forward. Return number of messages put in the sequence: |