diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-14 03:45:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-14 03:45:10 +0000 |
commit | b884fd7ec2bc42d01cfd6046e5b0260e9c01ad6e (patch) | |
tree | 3526a9c3acf558e096c5a7ea2bd2258ff611fd83 /lisp/arc-mode.el | |
parent | 542f2d82cf3ee8595f995d298ace43898b05bb41 (diff) | |
download | emacs-b884fd7ec2bc42d01cfd6046e5b0260e9c01ad6e.tar.gz |
(archive-remote-regexp): Doc fix.
Diffstat (limited to 'lisp/arc-mode.el')
-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 7033aeaea2b..323205f2575 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -110,7 +110,7 @@ (defvar archive-remote-regexp "^/[^/:]*[^/:.]:" "*Regexp recognizing archive files names that are not local. A non-local file is one whose file name is not proper outside Emacs. -A local copy a the archive will be used when updating.") +A local copy of the archive will be used when updating.") (defvar archive-extract-hooks nil "*Hooks to run when an archive member has been extracted.") |