From: Richard M. Stallman Date: Tue, 14 Nov 1995 03:45:10 +0000 (+0000) Subject: (archive-remote-regexp): Doc fix. X-Git-Tag: emacs-19.34~2321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b884fd7ec2bc42d01cfd6046e5b0260e9c01ad6e;p=emacs.git (archive-remote-regexp): Doc fix. --- 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.")