]> code.delx.au - gnu-emacs/blobdiff - man/gnus.texi
(Acknowledgments): Add cal-html author.
[gnu-emacs] / man / gnus.texi
index 84bee0efa262d76792941ead2ba93636bb97d019..a929bb2b208f0daa7ffa5964967921d2a94df54f 100644 (file)
@@ -2139,7 +2139,7 @@ If @code{gnus-auto-select-first} is non-@code{nil}, select an article
 automatically when entering a group with the @kbd{SPACE} command.
 Which article this is is controlled by the
 @code{gnus-auto-select-subject} variable.  Valid values for this
-variable is:
+variable are:
 
 @table @code
 
@@ -9508,20 +9508,6 @@ to your @file{~/.gnus.el} file.
 @section Charsets
 @cindex charsets
 
-@c ;; v9d5mxqhga.fsf@marauder.physik.uni-ulm.de
-@c (add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities)
-@c (setq gnus-parameters
-@c       '(("^de\\." ;; German language
-@c      (mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8)))
-@c     ("^fr\\." ;; French
-@c      (mm-coding-system-priorities '(iso-8859-15 iso-8859-1 utf-8)))
-@c     ("^fj\\." ;; Japanese
-@c      (mm-coding-system-priorities
-@c       '(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8)))
-@c     ("^cz\\." ;; Czech
-@c      (mm-coding-system-priorities '(iso-8859-2 utf-8)))))
-
-
 People use different charsets, and we have @acronym{MIME} to let us know what
 charsets they use.  Or rather, we wish we had.  Many people use
 newsreaders and mailers that do not understand or use @acronym{MIME}, and
@@ -24485,7 +24471,7 @@ Save table: (spam-stat-save)
 @subsection Dired
 @cindex dired
 
-@code{gnus-dired-minor-mode} provided some useful functions for dired
+@code{gnus-dired-minor-mode} provides some useful functions for dired
 buffers.  It is enabled with
 @lisp
 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
@@ -24494,6 +24480,7 @@ buffers.  It is enabled with
 @table @kbd
 @item C-c C-m C-a
 @findex gnus-dired-attach
+@cindex attachments, selection via dired
 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
 You will be prompted for a message buffer.