diff options
| author | Juanma Barranquero | 2007-11-15 18:44:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 18:44:29 +0000 |
| commit | c90722b60976b5c0093a2d10a09e0ec9d9e0c0a4 (patch) | |
| tree | 1403ed062fc44828d7dc8a4d321dae83052cdae2 | |
| parent | aba30bafac6d831607cc7675cec0e0f214c78e2a (diff) | |
| download | emacs-c90722b60976b5c0093a2d10a09e0ec9d9e0c0a4.tar.gz emacs-c90722b60976b5c0093a2d10a09e0ec9d9e0c0a4.zip | |
(gnus-uu-default-view-rules): Fix typos in docstring.
(gnus-uu-decode-save): Fix typo in prompt.
| -rw-r--r-- | lisp/gnus/gnus-uu.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 94fb854c960..272957702b2 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el | |||
| @@ -75,7 +75,7 @@ | |||
| 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: |
| @@ -95,7 +95,7 @@ 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 |
| @@ -393,7 +393,7 @@ didn't work, and overwrite existing files. Otherwise, ask each time." | |||
| 393 | (list current-prefix-arg | 393 | (list current-prefix-arg |
| 394 | (read-file-name | 394 | (read-file-name |
| 395 | (if gnus-uu-save-separate-articles | 395 | (if gnus-uu-save-separate-articles |
| 396 | "Save articles is dir: " | 396 | "Save articles in dir: " |
| 397 | "Save articles in file: ") | 397 | "Save articles in file: ") |
| 398 | gnus-uu-default-dir | 398 | gnus-uu-default-dir |
| 399 | gnus-uu-default-dir))) | 399 | gnus-uu-default-dir))) |