aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-07 19:50:56 +0000
committerRichard M. Stallman2002-07-07 19:50:56 +0000
commit867357fb211e8b4a18555026d65f4e266d4f2470 (patch)
treec20a3730a818487069193d2839ec1e99f586cdf1
parent2b6bb1f2039cd389ec91fca88654a19b4d505d62 (diff)
downloademacs-867357fb211e8b4a18555026d65f4e266d4f2470.tar.gz
emacs-867357fb211e8b4a18555026d65f4e266d4f2470.zip
Clarify read-only visiting commands.
-rw-r--r--man/files.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/files.texi b/man/files.texi
index 2782e5d0671..347c3a11c14 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -273,16 +273,16 @@ characters. You can disable the wildcard feature by customizing
273@code{find-file-wildcards}. 273@code{find-file-wildcards}.
274 274
275 If you visit a file that the operating system won't let you modify, 275 If you visit a file that the operating system won't let you modify,
276Emacs makes the buffer read-only, so that you won't go ahead and make 276or that is marked read-only, Emacs makes the buffer read-only too, so
277changes that you'll have trouble saving afterward. You can make the 277that you won't go ahead and make changes that you'll have trouble
278buffer writable with @kbd{C-x C-q} (@code{vc-toggle-read-only}). 278saving afterward. You can make the buffer writable with @kbd{C-x C-q}
279@xref{Misc Buffer}. 279(@code{vc-toggle-read-only}). @xref{Misc Buffer}.
280 280
281@kindex C-x C-r 281@kindex C-x C-r
282@findex find-file-read-only 282@findex find-file-read-only
283 Occasionally you might want to visit a file as read-only in order to 283 If you want to visit a file as read-only in order to protect
284protect yourself from entering changes accidentally; do so by visiting 284yourself from entering changes accidentally, visit it with the command
285the file with the command @kbd{C-x C-r} (@code{find-file-read-only}). 285@kbd{C-x C-r} (@code{find-file-read-only}) instead of @kbd{C-x C-f}.
286 286
287@kindex C-x C-v 287@kindex C-x C-v
288@findex find-alternate-file 288@findex find-alternate-file