comparison man/files.texi @ 29556:f973bf66d321

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 11 Jun 2000 12:18:25 +0000
parents 203ba1f77b7b
children 324386e590b7
comparison
equal deleted inserted replaced
29555:ec45256eb961 29556:f973bf66d321
314 Save the current buffer in its visited file (@code{save-buffer}). 314 Save the current buffer in its visited file (@code{save-buffer}).
315 @item C-x s 315 @item C-x s
316 Save any or all buffers in their visited files (@code{save-some-buffers}). 316 Save any or all buffers in their visited files (@code{save-some-buffers}).
317 @item M-~ 317 @item M-~
318 Forget that the current buffer has been changed (@code{not-modified}). 318 Forget that the current buffer has been changed (@code{not-modified}).
319 With prefix argument (@kbd{C-u}), mark the current buffer as changed.
319 @item C-x C-w 320 @item C-x C-w
320 Save the current buffer in a specified file (@code{write-file}). 321 Save the current buffer in a specified file (@code{write-file}).
321 @item M-x set-visited-file-name 322 @item M-x set-visited-file-name
322 Change file the name under which the current buffer will be saved. 323 Change file the name under which the current buffer will be saved.
323 @end table 324 @end table