diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:53:09 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-15 16:53:09 +0000 |
commit | e9346447845acac2324cf52901d52895403b1121 (patch) | |
tree | b7af2bf292542e90c5fa9dba41944d4b02bef5c5 | |
parent | 4525646f19aed94183eabb0cfe108f9b6588c472 (diff) | |
download | emacs-e9346447845acac2324cf52901d52895403b1121.tar.gz |
(gnus-uu-default-view-rules): Fix typos in docstring.
-rw-r--r-- | lisp/gnus/ChangeLog | 7 | ||||
-rw-r--r-- | lisp/gnus/gnus-uu.el | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7ac757f24e2..b3210f8149a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2007-11-15 Juanma Barranquero <lekktu@gmail.com> + + * gnus-demon.el (gnus-demon): + * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstring. + 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de> * message.el (message-citation-line-function) @@ -265,7 +270,7 @@ 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de> - * Relicense "GPLv2 or later" files to "GPLv3 or later". + * Relicense "GPLv2 or later" files to "GPLv3 or later". 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com> diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 20937562096..d3b13f3843a 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el @@ -75,7 +75,7 @@ ("\\.\\(tar\\|arj\\|zip\\|zoo\\|arc\\|gz\\|Z\\|lzh\\|ar\\|lha\\)$" "gnus-uu-archive")) "*Default actions to be taken when the user asks to view a file. -To change the behaviour, you can either edit this variable or set +To change the behavior, you can either edit this variable or set `gnus-uu-user-view-rules' to something useful. For example: @@ -95,7 +95,7 @@ at that point in the command string. If there's no \"%s\" in the command string, the file name will be appended to the command string before executing. -There are several user variables to tailor the behaviour of gnus-uu to +There are several user variables to tailor the behavior of gnus-uu to your needs. First we have `gnus-uu-user-view-rules', which is the variable gnus-uu first consults when trying to decide how to view a file. If this variable contains no matches, gnus-uu examines the |