diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-18 14:22:05 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-18 14:22:05 +0000 |
commit | ee417b73d193c6ea08ddb4d8ef7bc21e78d239b2 (patch) | |
tree | 3561e5a69672aaa657e046c199e2774a89cd1663 /man/files.texi | |
parent | b61a98c8072a62e9ec4b38f13aec042b295780d4 (diff) | |
download | emacs-ee417b73d193c6ea08ddb4d8ef7bc21e78d239b2.tar.gz |
(Saving): Fix menu.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/files.texi b/man/files.texi index d7510862465..6be4d0f467d 100644 --- a/man/files.texi +++ b/man/files.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985,86,87,93,94,95,97,99, 2000, 2001, 2004 -@c Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, +@c 2001, 2004, 2005 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Files, Buffers, Keyboard Macros, Top @chapter File Handling @@ -505,8 +505,7 @@ you can control how these modes handle final newlines. * Backup:: How Emacs saves the old version of your file. * Interlocking:: How Emacs protects against simultaneous editing of one file by two users. -* Shadowing: File Shadowing. - Copying files to "shadows" automatically. +* Shadowing: File Shadowing. Copying files to "shadows" automatically. * Time Stamps:: Emacs can update time stamps on saved files. @end menu |