aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-12-27 14:02:07 +0000
committerEli Zaretskii2008-12-27 14:02:07 +0000
commitb8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1 (patch)
treea48ec09dd55e223e9954e51661eb76cd7af066ef /etc
parent6c4d5dd3eb410841042598dca080f06b4fcc916a (diff)
downloademacs-b8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1.tar.gz
emacs-b8afe7e42279fc1659ce9ae5aefc75b21e9fc1b1.zip
(Autoload): Document `generate-autoload-cookie' and `generated-autoload-file'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1e1abc2ef33..11e71d3d6cb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1193string used by `update-file-autoloads' to find autoloaded forms. The
1194variable `generated-autoload-file' similarly controls the name of the
1195file where `update-file-autoloads' writes the calls to `autoload'.
1196The default values are ";;;###autoload" and `loaddefs.el',
1197respectively.
1198
1199+++
1192** New primitives `list-system-processes' and `system-process-attributes' 1200** New primitives `list-system-processes' and `system-process-attributes'
1193let Lisp programs access the processes that are running on the local 1201let Lisp programs access the processes that are running on the local
1194machine. See the doc strings of these functions for more details. 1202machine. See the doc strings of these functions for more details.