]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-remote-regexp): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 03:45:10 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Nov 1995 03:45:10 +0000 (03:45 +0000)
lisp/arc-mode.el

index 7033aeaea2b9d550bf77bd8109789a2002dbfb59..323205f25751039e7d460be95780b22079951eb7 100644 (file)
 (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.")