1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(archive-remote-regexp): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-11-14 03:45:10 +00:00
parent 542f2d82cf
commit b884fd7ec2

View File

@ -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.")