comparison lisp/gnus/gnus-uu.el @ 86113:8a486bfde38f

(gnus-uu-default-view-rules): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Nov 2007 16:51:57 +0000
parents a3c27999decb
children 781256628613
comparison
equal deleted inserted replaced
86112:45ae03e097ac 86113:8a486bfde38f
73 ("\\.mpe?g$" "mpeg_play") 73 ("\\.mpe?g$" "mpeg_play")
74 ("\\.\\(flc\\|fli\\|rle\\|iff\\|pfx\\|avi\\|sme\\|rpza\\|dl\\|qt\\|rsrc\\|mov\\)$" "xanim") 74 ("\\.\\(flc\\|fli\\|rle\\|iff\\|pfx\\|avi\\|sme\\|rpza\\|dl\\|qt\\|rsrc\\|mov\\)$" "xanim")
75 ("\\.\\(tar\\|arj\\|zip\\|zoo\\|arc\\|gz\\|Z\\|lzh\\|ar\\|lha\\)$" 75 ("\\.\\(tar\\|arj\\|zip\\|zoo\\|arc\\|gz\\|Z\\|lzh\\|ar\\|lha\\)$"
76 "gnus-uu-archive")) 76 "gnus-uu-archive"))
77 "*Default actions to be taken when the user asks to view a file. 77 "*Default actions to be taken when the user asks to view a file.
78 To change the behaviour, you can either edit this variable or set 78 To change the behavior, you can either edit this variable or set
79 `gnus-uu-user-view-rules' to something useful. 79 `gnus-uu-user-view-rules' to something useful.
80 80
81 For example: 81 For example:
82 82
83 To make gnus-uu use 'xli' to display JPEG and GIF files, put the 83 To make gnus-uu use 'xli' to display JPEG and GIF files, put the
93 If the command string contains \"%s\", the file name will be inserted 93 If the command string contains \"%s\", the file name will be inserted
94 at that point in the command string. If there's no \"%s\" in the 94 at that point in the command string. If there's no \"%s\" in the
95 command string, the file name will be appended to the command string 95 command string, the file name will be appended to the command string
96 before executing. 96 before executing.
97 97
98 There are several user variables to tailor the behaviour of gnus-uu to 98 There are several user variables to tailor the behavior of gnus-uu to
99 your needs. First we have `gnus-uu-user-view-rules', which is the 99 your needs. First we have `gnus-uu-user-view-rules', which is the
100 variable gnus-uu first consults when trying to decide how to view a 100 variable gnus-uu first consults when trying to decide how to view a
101 file. If this variable contains no matches, gnus-uu examines the 101 file. If this variable contains no matches, gnus-uu examines the
102 default rule variable provided in this package. If gnus-uu finds no 102 default rule variable provided in this package. If gnus-uu finds no
103 match here, it uses `gnus-uu-user-view-rules-end' to try to make a 103 match here, it uses `gnus-uu-user-view-rules-end' to try to make a