X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-uu.el;h=881ff4ee1ba153c347f0d385323944773eaa0763;hp=94f01c6158d8830f5d4b457acf43b0daff53c0f7;hb=051d74319415a8e395c9985eb8cac587a1c709df;hpb=4bfee81711b64e10808f8b1846818e29ef16cb94 diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el index 94f01c615..881ff4ee1 100644 --- a/lisp/gnus-uu.el +++ b/lisp/gnus-uu.el @@ -79,10 +79,10 @@ To change the behavior, you can either edit this variable or set For example: -To make gnus-uu use 'xli' to display JPEG and GIF files, put the +To make gnus-uu use `xli' to display JPEG and GIF files, put the following in your .emacs file: - (setq gnus-uu-user-view-rules '((\"jpg$\\\\|gif$\" \"xli\"))) + (setq gnus-uu-user-view-rules \\='((\"jpg$\\\\|gif$\" \"xli\"))) Both these variables are lists of lists with two string elements. The first string is a regular expression. If the file name matches this @@ -140,7 +140,7 @@ details." (defcustom gnus-uu-user-archive-rules nil "A list that can be set to override the default archive unpacking commands. -To use, for instance, 'untar' to unpack tar files and 'zip -x' to +To use, for instance, `untar' to unpack tar files and `zip -x' to unpack zip files, say the following: (setq gnus-uu-user-archive-rules '((\"\\\\.tar$\" \"untar\")