aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Cohen2010-12-14 22:11:38 +0000
committerKatsumi Yamaoka2010-12-14 22:11:38 +0000
commit8151d4906f7551032892575e89b25b754f1225d0 (patch)
tree875f25f09552599f941c7823ab0886ac717140fd
parenta808d31f55aabe7fe5f986398a298305174a0782 (diff)
downloademacs-8151d4906f7551032892575e89b25b754f1225d0.tar.gz
emacs-8151d4906f7551032892575e89b25b754f1225d0.zip
gnus.texi (The swish++ Engine): Add customizable parameters descriptions.
(The swish-e Engine): Ditto.
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/gnus.texi30
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 65f9dbb67df..05da55c49c0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2
3 * gnus.texi (The swish++ Engine): Add customizable parameters
4 descriptions.
5 (The swish-e Engine): Ditto.
6
12010-12-14 Michael Albinus <michael.albinus@gmx.de> 72010-12-14 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * tramp.texi (Inline methods): Add "ksu" method. 9 * tramp.texi (Inline methods): Add "ksu" method.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index d413d13d65a..16b8acd47d8 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -21231,6 +21231,21 @@ FIXEM: Say something more here.
21231Documentation for swish++ may be found at the swish++ sourceforge page: 21231Documentation for swish++ may be found at the swish++ sourceforge page:
21232@uref{http://swishplusplus.sourceforge.net} 21232@uref{http://swishplusplus.sourceforge.net}
21233 21233
21234@table @code
21235
21236@item nnir-swish++-program
21237The name of the swish++ executable. Defaults to @code{search}
21238
21239@item nnir-swish++-additional-switches
21240A list of strings to be given as additional arguments to
21241swish++. @code{nil} by default.
21242
21243@item nnir-swish++-remove-prefix
21244The prefix to remove from each file name returned by swish++ in order
21245to get a group name. By default this is @code{$HOME/Mail}.
21246
21247@end table
21248
21234@node The swish-e Engine 21249@node The swish-e Engine
21235@subsubsection The swish-e Engine 21250@subsubsection The swish-e Engine
21236 21251
@@ -21239,6 +21254,21 @@ FIXEM: Say something more here.
21239Documentation for swish-e may be found at the swish-e homepage 21254Documentation for swish-e may be found at the swish-e homepage
21240@uref{http://swish-e.org} 21255@uref{http://swish-e.org}
21241 21256
21257@table @code
21258
21259@item nnir-swish-e-program
21260The name of the swish-e search program. Defaults to @code{swish-e}.
21261
21262@item nnir-swish-e-additional-switches
21263A list of strings to be given as additional arguments to
21264swish-e. @code{nil} by default.
21265
21266@item nnir-swish-e-remove-prefix
21267The prefix to remove from each file name returned by swish-e in order
21268to get a group name. By default this is @code{$HOME/Mail}.
21269
21270@end table
21271
21242@node The namazu Engine 21272@node The namazu Engine
21243@subsubsection The namazu Engine 21273@subsubsection The namazu Engine
21244 21274