diff options
| -rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index f309473b75b..64e8291e766 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -243,7 +243,7 @@ Archive and member names will be added." | |||
| 243 | :group 'archive-zip) | 243 | :group 'archive-zip) |
| 244 | 244 | ||
| 245 | (defcustom archive-zip-update | 245 | (defcustom archive-zip-update |
| 246 | (if archive-zip-use-pkzip '("pkzip" "-u") '("zip" "-q")) | 246 | (if archive-zip-use-pkzip '("pkzip" "-u" "-P") '("zip" "-q")) |
| 247 | "*Program and its options to run in order to update a zip file member. | 247 | "*Program and its options to run in order to update a zip file member. |
| 248 | Options should ensure that specified directory will be put into the zip | 248 | Options should ensure that specified directory will be put into the zip |
| 249 | file. Archive and member name will be added." | 249 | file. Archive and member name will be added." |