diff options
| author | Eli Zaretskii | 2001-02-23 10:19:58 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-23 10:19:58 +0000 |
| commit | f65d66f800135e09ecd0c5f1fcfe30ece9f72e48 (patch) | |
| tree | 2081ce48ed7a39c9d47c089cfb3b2476378940a4 | |
| parent | 5b844253e19a9a3d56e2c07a20101bc44178492e (diff) | |
| download | emacs-f65d66f800135e09ecd0c5f1fcfe30ece9f72e48.tar.gz emacs-f65d66f800135e09ecd0c5f1fcfe30ece9f72e48.zip | |
(Saveing): Fix "file the name". From Nelson H. F. Beebe
<beebe@math.utah.edu>.
| -rw-r--r-- | man/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi index d7a26d21f11..1c04ed31394 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -328,7 +328,7 @@ With prefix argument (@kbd{C-u}), mark the current buffer as changed. | |||
| 328 | @item C-x C-w | 328 | @item C-x C-w |
| 329 | Save the current buffer in a specified file (@code{write-file}). | 329 | Save the current buffer in a specified file (@code{write-file}). |
| 330 | @item M-x set-visited-file-name | 330 | @item M-x set-visited-file-name |
| 331 | Change file the name under which the current buffer will be saved. | 331 | Change the file name under which the current buffer will be saved. |
| 332 | @end table | 332 | @end table |
| 333 | 333 | ||
| 334 | @kindex C-x C-s | 334 | @kindex C-x C-s |