diff options
| author | Stefan Kangas | 2022-08-16 08:03:22 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-16 08:03:36 +0200 |
| commit | c48397a2b30c339cec949c3cada4641b094e0346 (patch) | |
| tree | 2bf1c972f2d9da515dc2fc3c09e1ecd0c4a1b884 | |
| parent | b87400c78b047d242ae188c46c621e0e8a8e69b2 (diff) | |
| download | emacs-c48397a2b30c339cec949c3cada4641b094e0346.tar.gz emacs-c48397a2b30c339cec949c3cada4641b094e0346.zip | |
Delete implicit XEmacs references from Gnus manual
* doc/misc/gnus.texi (Group Buffer Format, Summary Buffer, RSS):
Delete some implicit references to XEmacs.
(RSS): Fix default value.
| -rw-r--r-- | doc/misc/gnus.texi | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index fd0825bfaa3..1cd52d1ed6c 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1803,8 +1803,7 @@ long as Gnus is active. | |||
| 1803 | @end menu | 1803 | @end menu |
| 1804 | 1804 | ||
| 1805 | You can customize the Group Mode tool bar, see @kbd{M-x | 1805 | You can customize the Group Mode tool bar, see @kbd{M-x |
| 1806 | customize-apropos @key{RET} gnus-group-tool-bar}. This feature is only | 1806 | customize-apropos @key{RET} gnus-group-tool-bar}. |
| 1807 | available in Emacs. | ||
| 1808 | 1807 | ||
| 1809 | The tool bar icons are now (de)activated correctly depending on the | 1808 | The tool bar icons are now (de)activated correctly depending on the |
| 1810 | cursor position. Therefore, moving around in the Group Buffer is | 1809 | cursor position. Therefore, moving around in the Group Buffer is |
| @@ -4836,8 +4835,7 @@ group buffer (@pxref{Selecting a Group}). | |||
| 4836 | You can have as many summary buffers open as you wish. | 4835 | You can have as many summary buffers open as you wish. |
| 4837 | 4836 | ||
| 4838 | You can customize the Summary Mode tool bar, see @kbd{M-x | 4837 | You can customize the Summary Mode tool bar, see @kbd{M-x |
| 4839 | customize-apropos @key{RET} gnus-summary-tool-bar}. This feature is only | 4838 | customize-apropos @key{RET} gnus-summary-tool-bar}. |
| 4840 | available in Emacs. | ||
| 4841 | 4839 | ||
| 4842 | @kindex v @r{(Summary)} | 4840 | @kindex v @r{(Summary)} |
| 4843 | @cindex keys, reserved for users (Summary) | 4841 | @cindex keys, reserved for users (Summary) |
| @@ -17341,11 +17339,6 @@ changes to a wiki (e.g., @url{https://cliki.net/site/recent-changes}). | |||
| 17341 | @acronym{RSS} has a quite regular and nice interface, and it's | 17339 | @acronym{RSS} has a quite regular and nice interface, and it's |
| 17342 | possible to get the information Gnus needs to keep groups updated. | 17340 | possible to get the information Gnus needs to keep groups updated. |
| 17343 | 17341 | ||
| 17344 | Note: you had better use Emacs which supports the @code{utf-8} coding | ||
| 17345 | system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII} | ||
| 17346 | text by default. It is also used by default for non-@acronym{ASCII} | ||
| 17347 | group names. | ||
| 17348 | |||
| 17349 | @kindex G R @r{(Group)} | 17342 | @kindex G R @r{(Group)} |
| 17350 | Use @kbd{G R} from the group buffer to subscribe to a feed---you will be | 17343 | Use @kbd{G R} from the group buffer to subscribe to a feed---you will be |
| 17351 | prompted for the location, the title and the description of the feed. | 17344 | prompted for the location, the title and the description of the feed. |
| @@ -17394,7 +17387,7 @@ The directory where @code{nnrss} stores its files. The default is | |||
| 17394 | @vindex nnrss-file-coding-system | 17387 | @vindex nnrss-file-coding-system |
| 17395 | The coding system used when reading and writing the @code{nnrss} groups | 17388 | The coding system used when reading and writing the @code{nnrss} groups |
| 17396 | data files. The default is the value of | 17389 | data files. The default is the value of |
| 17397 | @code{mm-universal-coding-system} (which defaults to @code{emacs-mule}). | 17390 | @code{mm-universal-coding-system} (which defaults to @code{utf-8-emacs}). |
| 17398 | 17391 | ||
| 17399 | @item nnrss-ignore-article-fields | 17392 | @item nnrss-ignore-article-fields |
| 17400 | @vindex nnrss-ignore-article-fields | 17393 | @vindex nnrss-ignore-article-fields |