aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-16 17:06:40 +0000
committerRichard M. Stallman2005-10-16 17:06:40 +0000
commit74725d463cd0d51e0673daa4ca582bfc50598d14 (patch)
tree329d0b1a5448d31a396aa382ab157f187963c3fa
parent97b1270c38dcf75e68d73239ae22f53fb2377bdd (diff)
downloademacs-74725d463cd0d51e0673daa4ca582bfc50598d14.tar.gz
emacs-74725d463cd0d51e0673daa4ca582bfc50598d14.zip
(archive-zip-extract): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/arc-mode.el3
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6726ae1ea6c..43320f3d00e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2
3 * arc-mode.el (archive-zip-extract): Doc fix.
4
12005-10-16 Romain Francoise <romain@orebokech.com> 52005-10-16 Romain Francoise <romain@orebokech.com>
2 6
3 * mouse.el (mouse-1-click-follows-link): Doc fix. 7 * mouse.el (mouse-1-click-follows-link): Doc fix.
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index a29ec10d400..ae5ff9a4dbc 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -225,8 +225,7 @@ Archive and member name will be added."
225 '("unzip" "-qq" "-c")) 225 '("unzip" "-qq" "-c"))
226 "*Program and its options to run in order to extract a zip file member. 226 "*Program and its options to run in order to extract a zip file member.
227Extraction should happen to standard output. Archive and member name will 227Extraction should happen to standard output. Archive and member name will
228be added. If `archive-zip-use-pkzip' is non-nil then this program is 228be added."
229expected to extract to a file junking the directory part of the name."
230 :type '(list (string :tag "Program") 229 :type '(list (string :tag "Program")
231 (repeat :tag "Options" 230 (repeat :tag "Options"
232 :inline t 231 :inline t