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
ec44193a
Commit
ec44193a
authored
Nov 11, 1998
by
Karl Heuer
Browse files
(vc-toggle-read-only): Doc fix.
parent
945fcb39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/vc-hooks.el
lisp/vc-hooks.el
+5
-2
No files found.
lisp/vc-hooks.el
View file @
ec44193a
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
;; $Id: vc-hooks.el,v 1.11
1
1998/0
8/08 07:11:40 rms
Exp
fx
$
;; $Id: vc-hooks.el,v 1.11
2
1998/0
9/14 17:26:39 fx
Exp
kwzh
$
;; This file is part of GNU Emacs.
...
...
@@ -962,7 +962,10 @@ For CVS, the full name of CVS/Entries is returned."
"Change read-only status of current buffer, perhaps via version control.
If the buffer is visiting a file registered with version control,
then check the file in or out. Otherwise, just change the read-only flag
of the buffer. With prefix argument, ask for version number."
of the buffer.
With prefix argument, ask for version number to check in or check out.
Check-out of a specified version number does not lock the file;
to do that, use this command a second time with no argument."
(
interactive
"P"
)
(
if
(
or
(
and
(
boundp
'vc-dired-mode
)
vc-dired-mode
)
;; use boundp because vc.el might not be loaded
...
...
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