aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/arc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 7033aeaea2b..323205f2575 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -110,7 +110,7 @@
110(defvar archive-remote-regexp "^/[^/:]*[^/:.]:" 110(defvar archive-remote-regexp "^/[^/:]*[^/:.]:"
111 "*Regexp recognizing archive files names that are not local. 111 "*Regexp recognizing archive files names that are not local.
112A non-local file is one whose file name is not proper outside Emacs. 112A non-local file is one whose file name is not proper outside Emacs.
113A local copy a the archive will be used when updating.") 113A local copy of the archive will be used when updating.")
114 114
115(defvar archive-extract-hooks nil 115(defvar archive-extract-hooks nil
116 "*Hooks to run when an archive member has been extracted.") 116 "*Hooks to run when an archive member has been extracted.")