Mercurial > emacs
changeset 46577:3ce42e66c023
(toggle-read-only): Clean up the hint message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Jul 2002 22:02:45 +0000 |
parents | a7eed458393f |
children | 374154e86bdf |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Jul 20 22:01:19 2002 +0000 +++ b/lisp/files.el Sat Jul 20 22:02:45 2002 +0000 @@ -3074,8 +3074,8 @@ (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.