diff options
| author | Chong Yidong | 2012-02-21 21:24:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-21 21:24:48 +0800 |
| commit | a59225b146620b11455b614244ceb6d02339a032 (patch) | |
| tree | c6e730a974c8c968f827f589a6162b340e4c4b69 /admin/FOR-RELEASE | |
| parent | f9a998c365893585a8b33fba9a00320348c0b34b (diff) | |
| download | emacs-a59225b146620b11455b614244ceb6d02339a032.tar.gz emacs-a59225b146620b11455b614244ceb6d02339a032.zip | |
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: | |||
| 83 | 83 | ||
| 84 | * DOCUMENTATION | 84 | * DOCUMENTATION |
| 85 | 85 | ||
| 86 | ** Document XEmbed support | ||
| 87 | |||
| 88 | ** Check the Emacs Tutorial. | 86 | ** Check the Emacs Tutorial. |
| 89 | 87 | ||
| 90 | The first line of every tutorial must begin with text ending in a | 88 | The first line of every tutorial must begin with text ending in a |
| @@ -193,7 +191,7 @@ edebug.texi | |||
| 193 | elisp.texi | 191 | elisp.texi |
| 194 | errors.texi | 192 | errors.texi |
| 195 | eval.texi cyd | 193 | eval.texi cyd |
| 196 | files.texi | 194 | files.texi cyd |
| 197 | frames.texi | 195 | frames.texi |
| 198 | functions.texi cyd | 196 | functions.texi cyd |
| 199 | hash.texi cyd | 197 | hash.texi cyd |
| @@ -229,10 +227,6 @@ tips.texi | |||
| 229 | variables.texi cyd | 227 | variables.texi cyd |
| 230 | windows.texi | 228 | windows.texi |
| 231 | 229 | ||
| 232 | * PLANNED ADDITIONS | ||
| 233 | * pov-mode (waiting for a Free POV-Ray) | ||
| 234 | ** gas-mode ? | ||
| 235 | |||
| 236 | 230 | ||
| 237 | Local variables: | 231 | Local variables: |
| 238 | mode: outline | 232 | mode: outline |