diff options
| author | Paul Eggert | 2016-01-30 11:43:26 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:43:26 -0800 |
| commit | cb4e054e41cdb7e398351a5ae8224759e721349e (patch) | |
| tree | ae2bec4f10425bd61e2a90563edc178d382bb4b8 /lisp/mh-e | |
| parent | e6d575316a42946aac6d83c9587f09afd1a59d98 (diff) | |
| parent | 60902756b0d794b16b9c1c67c4c40a3ac04d1c1b (diff) | |
| download | emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.tar.gz emacs-cb4e054e41cdb7e398351a5ae8224759e721349e.zip | |
-
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 30b38919944..6e607444ad8 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -1262,7 +1262,7 @@ is used to search." | |||
| 1262 | (forward-line))) | 1262 | (forward-line))) |
| 1263 | 1263 | ||
| 1264 | ;; All implementations of pick have special options -cc, -date, -from and | 1264 | ;; All implementations of pick have special options -cc, -date, -from and |
| 1265 | ;; -subject that allow to search for corresponding components. Any other | 1265 | ;; -subject that allow searching for corresponding components. Any other |
| 1266 | ;; component is searched using option --COMPNAME, for example: `pick | 1266 | ;; component is searched using option --COMPNAME, for example: `pick |
| 1267 | ;; --x-mailer mh-e'. Mailutils "pick" supports this option using a certain | 1267 | ;; --x-mailer mh-e'. Mailutils "pick" supports this option using a certain |
| 1268 | ;; kludge, but it prefers the following syntax for this purpose: | 1268 | ;; kludge, but it prefers the following syntax for this purpose: |