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:
parent
542f2d82cf
commit
b884fd7ec2
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user