changeset 13539:4b42b497a96d

(archive-remote-regexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Nov 1995 03:45:10 +0000
parents 937a007d5afc
children 8909cd9fc951
files lisp/arc-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")