diff options
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 21957d03ae9..c4b0c11f68b 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -429,7 +429,7 @@ by mistake. One thing you can do is type @kbd{M-~} (@code{not-modified}), which clears out the indication that the buffer is modified. If you do this, none of the save commands will believe that the buffer needs to be saved. (@samp{~} is often used as a -mathematical symbol for `not'; thus @kbd{M-~} is `not', metafied.) +mathematical symbol for ``not''; thus @kbd{M-~} is ``not'', metafied.) Alternatively, you can cancel all the changes made since the file was visited or saved, by reading the text from the file again. This is called @dfn{reverting}. @xref{Reverting}. (You could also undo all |