]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-zip-extract): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 Oct 2005 17:06:40 +0000 (17:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 Oct 2005 17:06:40 +0000 (17:06 +0000)
lisp/ChangeLog
lisp/arc-mode.el

index 6726ae1ea6c144c4b234da5a4050cdd95d72597e..43320f3d00e8df069f609a44231887f9d6877a5f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index a29ec10d400ffbf794b6cbdcc2344b87453fa347..ae5ff9a4dbcbd54a2f8900443351dd58db73948a 100644 (file)
@@ -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