aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-02 17:18:32 +0000
committerEli Zaretskii2008-08-02 17:18:32 +0000
commit5d692341d3519f8bedb5fd62a5d7dfcc9c749738 (patch)
treea0d7260b9d783365c6b0fabc36e65ecce493053e
parentb86cfd284576e5e23253f9e12b4445c97bdc687c (diff)
downloademacs-5d692341d3519f8bedb5fd62a5d7dfcc9c749738.tar.gz
emacs-5d692341d3519f8bedb5fd62a5d7dfcc9c749738.zip
Mention list-system-processes and system-process-attributes.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f9c0eac98d3..77149bf1949 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1026,6 +1026,12 @@ functions and variables (formerly used for Tamil script).
1026 1026
1027* Lisp Changes in Emacs 23.1 1027* Lisp Changes in Emacs 23.1
1028 1028
1029** New primitives `list-system-processes' and `system-process-attributes'
1030let Lisp programs access the processes that are running on the local
1031machine. See the doc strings of these functions for more details.
1032Not all platforms support accessing this information; on those that
1033don't, these primitives will return nil.
1034
1029+++ 1035+++
1030** New variable `user-emacs-directory'. 1036** New variable `user-emacs-directory'.
1031Use this instead of "~/.emacs.d". 1037Use this instead of "~/.emacs.d".