Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c90722b6
Commit
c90722b6
authored
Nov 15, 2007
by
Juanma Barranquero
Browse files
(gnus-uu-default-view-rules): Fix typos in docstring.
(gnus-uu-decode-save): Fix typo in prompt.
parent
aba30baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/gnus/gnus-uu.el
lisp/gnus/gnus-uu.el
+3
-3
No files found.
lisp/gnus/gnus-uu.el
View file @
c90722b6
...
...
@@ -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 behavio
u
r, 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 behavio
u
r 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
...
...
@@ -393,7 +393,7 @@ didn't work, and overwrite existing files. Otherwise, ask each time."
(
list
current-prefix-arg
(
read-file-name
(
if
gnus-uu-save-separate-articles
"Save articles i
s
dir: "
"Save articles i
n
dir: "
"Save articles in file: "
)
gnus-uu-default-dir
gnus-uu-default-dir
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment