aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/eieio.texi2
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/semantic.texi2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index d65c7a15f7b..17f064406f9 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -1893,7 +1893,7 @@ better in the Emacs environment.
1893 1893
1894@enumerate 1894@enumerate
1895@item 1895@item
1896Allow subclasing of Emacs built-in types, such as faces, markers, and 1896Allow subclassing of Emacs built-in types, such as faces, markers, and
1897buffers. 1897buffers.
1898@item 1898@item
1899Allow method overloading of method-like functions in Emacs. 1899Allow method overloading of method-like functions in Emacs.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 86aaadf8ae8..76bfbc4bb52 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -1328,7 +1328,7 @@ variable to @code{nil}.
1328 1328
1329@vindex gnus-auto-subscribed-categories 1329@vindex gnus-auto-subscribed-categories
1330As if that wasn't enough, @code{gnus-auto-subscribed-categories} also 1330As if that wasn't enough, @code{gnus-auto-subscribed-categories} also
1331allows you to specify that new groups should be subcribed based on the 1331allows you to specify that new groups should be subscribed based on the
1332category their select methods belong to. The default is @samp{(mail 1332category their select methods belong to. The default is @samp{(mail
1333post-mail)}, meaning that all new groups from mail-like backends 1333post-mail)}, meaning that all new groups from mail-like backends
1334should be subscribed automatically. 1334should be subscribed automatically.
@@ -20043,7 +20043,7 @@ matches will use the @code{Message-ID}s of these matching articles.)
20043This will ensure that you can raise/lower the score of an entire thread, 20043This will ensure that you can raise/lower the score of an entire thread,
20044even though some articles in the thread may not have complete 20044even though some articles in the thread may not have complete
20045@code{References} headers. Note that using this may lead to 20045@code{References} headers. Note that using this may lead to
20046undeterministic scores of the articles in the thread. (Using this match 20046nondeterministic scores of the articles in the thread. (Using this match
20047key will lead to creation of @file{ADAPT} files.) 20047key will lead to creation of @file{ADAPT} files.)
20048@end table 20048@end table
20049@end enumerate 20049@end enumerate
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi
index 8c56d2dc9f8..3d74ebf042c 100644
--- a/doc/misc/semantic.texi
+++ b/doc/misc/semantic.texi
@@ -536,7 +536,7 @@ the buffer.
536 536
537@item bovine parser 537@item bovine parser
538A parser using the bovine parser generator. It is an LL parser 538A parser using the bovine parser generator. It is an LL parser
539suitible for small simple languages. 539suitable for small simple languages.
540 540
541@item context 541@item context
542 542