diff options
author | Chong Yidong <cyd@gnu.org> | 2012-02-21 21:24:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-02-21 21:24:48 +0800 |
commit | a59225b146620b11455b614244ceb6d02339a032 (patch) | |
tree | c6e730a974c8c968f827f589a6162b340e4c4b69 /admin/FOR-RELEASE | |
parent | f9a998c365893585a8b33fba9a00320348c0b34b (diff) | |
download | emacs-a59225b146620b11455b614244ceb6d02339a032.tar.gz |
Update Files chapter in Lisp manual.
* doc/lispref/files.texi (Files): Mention magic file names as arguments.
(Reading from Files): Copyedits.
(File Attributes): Mention how to change file modes.
(Changing Files): Use standard "file permissions" terminology.
Add xref to File Attributes node.
(Locating Files): Document locate-user-emacs-file.
(Unique File Names): Recommend against using make-temp-name.
* src/buffer.c (Fget_file_buffer): Protect against invalid file
handler return value.
* src/fileio.c (Vfile_name_handler_alist): Doc fix.
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r-- | admin/FOR-RELEASE | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index d1150b6d60b..7ad484a535e 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -83,8 +83,6 @@ and change key bindings where necessary. The current list of modes: * DOCUMENTATION -** Document XEmbed support - ** Check the Emacs Tutorial. The first line of every tutorial must begin with text ending in a @@ -193,7 +191,7 @@ edebug.texi elisp.texi errors.texi eval.texi cyd -files.texi +files.texi cyd frames.texi functions.texi cyd hash.texi cyd @@ -229,10 +227,6 @@ tips.texi variables.texi cyd windows.texi -* PLANNED ADDITIONS -* pov-mode (waiting for a Free POV-Ray) -** gas-mode ? - Local variables: mode: outline |