diff options
author | Eric Abrahamsen <eric@ericabrahamsen.net> | 2022-02-14 15:20:06 -0800 |
---|---|---|
committer | Eric Abrahamsen <eric@ericabrahamsen.net> | 2022-02-14 15:21:21 -0800 |
commit | b444311e2c2a5d6db36bbbd5453a02c606215011 (patch) | |
tree | a3f4040d333ec5cd52574af89d9b083107121024 /doc | |
parent | 8b34ba17b1e9420a421a65e3eaea45fec9044ead (diff) | |
download | emacs-b444311e2c2a5d6db36bbbd5453a02c606215011.tar.gz |
Be more explicit about the meaning of "remove prefix" in Gnus search
* doc/misc/gnus.texi (Search Engines): It's easy to get confused about
what we're removing and why.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/gnus.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 306d66de64e..6e8de0368c0 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -21674,7 +21674,9 @@ engine. @item remove-prefix The directory part to be removed from the filenames returned by the search query. This absolute path should include everything up to the -top level of the message store. +top level of the message store. Note that this is the path to the +location of the actual messages, not to the search engine's indexes +(nor, in the case of Mairix, to its symlink directories). @item switches Additional command-line switches to be fed to the search program. The |