comparison lisp/arc-mode.el @ 13539:4b42b497a96d

(archive-remote-regexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Nov 1995 03:45:10 +0000
parents 13b7b667b18f
children 82eeef849f8b
comparison
equal deleted inserted replaced
13538:937a007d5afc 13539:4b42b497a96d
108 "*Directory for temporary files made by arc-mode.el") 108 "*Directory for temporary files made by arc-mode.el")
109 109
110 (defvar archive-remote-regexp "^/[^/:]*[^/:.]:" 110 (defvar archive-remote-regexp "^/[^/:]*[^/:.]:"
111 "*Regexp recognizing archive files names that are not local. 111 "*Regexp recognizing archive files names that are not local.
112 A non-local file is one whose file name is not proper outside Emacs. 112 A non-local file is one whose file name is not proper outside Emacs.
113 A local copy a the archive will be used when updating.") 113 A local copy of the archive will be used when updating.")
114 114
115 (defvar archive-extract-hooks nil 115 (defvar archive-extract-hooks nil
116 "*Hooks to run when an archive member has been extracted.") 116 "*Hooks to run when an archive member has been extracted.")
117 ;; ------------------------------ 117 ;; ------------------------------
118 ;; Arc archive configuration 118 ;; Arc archive configuration