diff options
| author | Eli Zaretskii | 2008-12-27 14:02:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-12-27 14:02:07 +0000 |
| commit | b8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1 (patch) | |
| tree | a48ec09dd55e223e9954e51661eb76cd7af066ef /etc | |
| parent | 6c4d5dd3eb410841042598dca080f06b4fcc916a (diff) | |
| download | emacs-b8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1.tar.gz emacs-b8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1.zip | |
(Autoload): Document `generate-autoload-cookie' and `generated-autoload-file'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1189,6 +1189,14 @@ functions and variables (formerly used for Tamil script). | |||
| 1189 | ** New coding system alias `emacs-internal'. | 1189 | ** New coding system alias `emacs-internal'. |
| 1190 | 1190 | ||
| 1191 | +++ | 1191 | +++ |
| 1192 | ** The new variable `generate-autoload-cookie' controls the magic comment | ||
| 1193 | string used by `update-file-autoloads' to find autoloaded forms. The | ||
| 1194 | variable `generated-autoload-file' similarly controls the name of the | ||
| 1195 | file where `update-file-autoloads' writes the calls to `autoload'. | ||
| 1196 | The default values are ";;;###autoload" and `loaddefs.el', | ||
| 1197 | respectively. | ||
| 1198 | |||
| 1199 | +++ | ||
| 1192 | ** New primitives `list-system-processes' and `system-process-attributes' | 1200 | ** New primitives `list-system-processes' and `system-process-attributes' |
| 1193 | let Lisp programs access the processes that are running on the local | 1201 | let Lisp programs access the processes that are running on the local |
| 1194 | machine. See the doc strings of these functions for more details. | 1202 | machine. See the doc strings of these functions for more details. |