diff options
author | Chong Yidong <cyd@gnu.org> | 2011-10-21 22:45:34 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-10-21 22:45:34 +0800 |
commit | bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd (patch) | |
tree | 672d198fddf1c5aacfff00694c8dbcc64dd4e40a /doc/emacs/basic.texi | |
parent | f9888580794b9addf34bd138075a4503c24793c0 (diff) | |
download | emacs-bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd.tar.gz emacs-bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd.tar.bz2 emacs-bfd779dd73eb7bc3258c98e12aa7fbcbc98f6bbd.zip |
Update Files chapter of Emacs manual.
Plus miscellaneous minor speling fixes in other manual files.
* doc/emacs/files.texi (File Names, Visiting, Interlocking): Copyedits.
(Backup Copying): backup-by-copying-when-mismatch is now t.
(Customize Save): Fix description of require-final-newline.
(Reverting): Note that revert-buffer can't be undone. Mention VC.
(Auto Save Control): Clarify.
(File Archives): Add 7z.
(Remote Files): ange-ftp-make-backup-files defaults to nil.
* doc/emacs/arevert-xtra.texi (Autorevert): Copyedits.
Diffstat (limited to 'doc/emacs/basic.texi')
-rw-r--r-- | doc/emacs/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 714e03720bc..abb65982873 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -367,7 +367,7 @@ the preceding newline, joining this line to the previous one. If, however, the region is active, @kbd{@key{DEL}} instead deletes the text in the region. @xref{Mark}, for a description of the region. - On most keyboards, @key{DEL} is labelled @key{Backspace}, but we + On most keyboards, @key{DEL} is labeled @key{Backspace}, but we refer to it as @key{DEL} in this manual. (Do not confuse @key{DEL} with the @key{Delete} key; we will discuss @key{Delete} momentarily.) On some text-only terminals, Emacs may not recognize the @key{DEL} key |