From: Richard M. Stallman Date: Sun, 16 Oct 2005 17:06:40 +0000 (+0000) Subject: (archive-zip-extract): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6574 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74725d463cd0d51e0673daa4ca582bfc50598d14;p=emacs.git (archive-zip-extract): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6726ae1ea6c..43320f3d00e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-16 Sven Joachim (tiny change) + + * arc-mode.el (archive-zip-extract): Doc fix. + 2005-10-16 Romain Francoise * 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." '("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