Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6a84d17
Commit
c6a84d17
authored
Jul 04, 2001
by
Stefan Monnier
Browse files
(vc-cvs-stay-local): doc fix.
parent
8b6f4c0a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
21 deletions
+20
-21
lisp/vc-cvs.el
lisp/vc-cvs.el
+20
-21
No files found.
lisp/vc-cvs.el
View file @
c6a84d17
...
...
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; $Id: vc-cvs.el,v 1.2
1
2001/0
3
/1
0 10:49:05 spiegel
Exp $
;; $Id: vc-cvs.el,v 1.2
2
2001/0
4
/1
7 05:59:57 eliz
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -73,11 +73,10 @@ This is only meaningful if you don't use the implicit checkout model
(
defcustom
vc-cvs-stay-local
t
"*Non-nil means use local operations when possible for remote repositories.
This avoids slow queries over the network. Turning this option on
will instruct VC to use only heuristics and past information to
determine the current status of a file. The value can also be a
regular expression to match against the host name of a repository;
then VC only stays local for hosts that match it."
This avoids slow queries over the network and instead uses heuristics
and past information to determine the current status of a file.
The value can also be a regular expression to match against the host name
of a repository; then VC only stays local for hosts that match it."
:type
'
(
choice
(
const
:tag
"Always stay local"
t
)
(
string
:tag
"Host regexp"
)
(
const
:tag
"Don't stay local"
nil
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment