diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-23 18:21:10 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-26 10:42:02 +0100 |
commit | 2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (patch) | |
tree | 59e34dc95aa4c1526d6ba7d376ab0adbeb699935 /lisp/mh-e | |
parent | 6c00d126e7fe1f6e42a0c9454c2ab4a29dcd5989 (diff) | |
download | emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.gz emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.bz2 emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.zip |
; Fix typos
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 058ea4499fd..1b28509dd12 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el @@ -292,7 +292,7 @@ folder containing the index search results." (cons folder msg))))) folder-results-map) - ;; Vist the results folder. + ;; Visit the results folder. (mh-visit-folder index-folder () (list folder-results-map origin-map)) (goto-char (point-min)) |