From 74725d463cd0d51e0673daa4ca582bfc50598d14 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 Oct 2005 17:06:40 +0000 Subject: [PATCH] (archive-zip-extract): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/arc-mode.el | 3 +-- 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 @@ +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 -- 2.39.5