aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-20 22:02:57 +0000
committerRichard M. Stallman <[email protected]>2002-07-20 22:02:57 +0000
commita5dd5f602fde162160abf95750bbf0a417142b66 (patch)
tree54aaeb478b2234e85f57def577e2a13d787ac7f3 /lisp/files.el
parent22788fb81788a50f53af2ea991cd0b1b97086d42 (diff)
(toggle-read-only): Clean up the hint message.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 81143edbc6..51fde3fd27 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3074,8 +3074,8 @@ If visiting file read-only and `view-read-only' is non-nil, enter view mode."
(force-mode-line-update)))
(if (vc-backend buffer-file-name)
(message (substitute-command-keys
- (concat "File is under version-control, "
- "consider \\[vc-next-action] to check in/out"))))))
+ (concat "File is under version-control; "
+ "use \\[vc-next-action] to check in/out"))))))
(defun insert-file (filename)
"Insert contents of file FILENAME into buffer after point.