Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74725d46
Commit
74725d46
authored
Oct 16, 2005
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(archive-zip-extract): Doc fix.
parent
97b1270c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/arc-mode.el
lisp/arc-mode.el
+1
-2
No files found.
lisp/ChangeLog
View file @
74725d46
2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
* arc-mode.el (archive-zip-extract): Doc fix.
2005-10-16 Romain Francoise <romain@orebokech.com>
* mouse.el (mouse-1-click-follows-link): Doc fix.
...
...
lisp/arc-mode.el
View file @
74725d46
...
...
@@ -225,8 +225,7 @@ Archive and member name will be added."
'
(
"unzip"
"-qq"
"-c"
))
"*Program and its options to run in order to extract a zip file member.
Extraction should happen to standard output. Archive and member name will
be added. If `archive-zip-use-pkzip' is non-nil then this program is
expected to extract to a file junking the directory part of the name."
be added."
:type
'
(
list
(
string
:tag
"Program"
)
(
repeat
:tag
"Options"
:inline
t
...
...
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