diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/eieio.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/semantic.texi | 2 |
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 |
| 1896 | Allow subclasing of Emacs built-in types, such as faces, markers, and | 1896 | Allow subclassing of Emacs built-in types, such as faces, markers, and |
| 1897 | buffers. | 1897 | buffers. |
| 1898 | @item | 1898 | @item |
| 1899 | Allow method overloading of method-like functions in Emacs. | 1899 | Allow 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 |
| 1330 | As if that wasn't enough, @code{gnus-auto-subscribed-categories} also | 1330 | As if that wasn't enough, @code{gnus-auto-subscribed-categories} also |
| 1331 | allows you to specify that new groups should be subcribed based on the | 1331 | allows you to specify that new groups should be subscribed based on the |
| 1332 | category their select methods belong to. The default is @samp{(mail | 1332 | category their select methods belong to. The default is @samp{(mail |
| 1333 | post-mail)}, meaning that all new groups from mail-like backends | 1333 | post-mail)}, meaning that all new groups from mail-like backends |
| 1334 | should be subscribed automatically. | 1334 | should be subscribed automatically. |
| @@ -20043,7 +20043,7 @@ matches will use the @code{Message-ID}s of these matching articles.) | |||
| 20043 | This will ensure that you can raise/lower the score of an entire thread, | 20043 | This will ensure that you can raise/lower the score of an entire thread, |
| 20044 | even though some articles in the thread may not have complete | 20044 | even 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 |
| 20046 | undeterministic scores of the articles in the thread. (Using this match | 20046 | nondeterministic scores of the articles in the thread. (Using this match |
| 20047 | key will lead to creation of @file{ADAPT} files.) | 20047 | key 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 |
| 538 | A parser using the bovine parser generator. It is an LL parser | 538 | A parser using the bovine parser generator. It is an LL parser |
| 539 | suitible for small simple languages. | 539 | suitable for small simple languages. |
| 540 | 540 | ||
| 541 | @item context | 541 | @item context |
| 542 | 542 | ||