diff options
| author | Richard M. Stallman | 2002-07-07 19:50:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-07 19:50:56 +0000 |
| commit | 867357fb211e8b4a18555026d65f4e266d4f2470 (patch) | |
| tree | c20a3730a818487069193d2839ec1e99f586cdf1 | |
| parent | 2b6bb1f2039cd389ec91fca88654a19b4d505d62 (diff) | |
| download | emacs-867357fb211e8b4a18555026d65f4e266d4f2470.tar.gz emacs-867357fb211e8b4a18555026d65f4e266d4f2470.zip | |
Clarify read-only visiting commands.
| -rw-r--r-- | man/files.texi | 14 |
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, |
| 276 | Emacs makes the buffer read-only, so that you won't go ahead and make | 276 | or that is marked read-only, Emacs makes the buffer read-only too, so |
| 277 | changes that you'll have trouble saving afterward. You can make the | 277 | that you won't go ahead and make changes that you'll have trouble |
| 278 | buffer writable with @kbd{C-x C-q} (@code{vc-toggle-read-only}). | 278 | saving 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 |
| 284 | protect yourself from entering changes accidentally; do so by visiting | 284 | yourself from entering changes accidentally, visit it with the command |
| 285 | the 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 |