# HG changeset patch # User Richard M. Stallman # Date 816320710 0 # Node ID 4b42b497a96d0c368292638365367b35810512cc # Parent 937a007d5afca9491362e2725330fb4d25df55df (archive-remote-regexp): Doc fix. diff -r 937a007d5afc -r 4b42b497a96d lisp/arc-mode.el --- a/lisp/arc-mode.el Tue Nov 14 03:43:40 1995 +0000 +++ b/lisp/arc-mode.el Tue Nov 14 03:45:10 1995 +0000 @@ -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.")