aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/simple.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1e0c82b6be..ff28199d756 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * simple.el (list-processes--refresh): For a server use :host or 3 * simple.el (list-processes--refresh): For a server use :host or
4 :local as the address. 4 :local as the address.
5 (list-processes): Doc fix.
5 6
62012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change) 72012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
7 8
diff --git a/lisp/simple.el b/lisp/simple.el
index d17bd8dc326..6b5da29b3bb 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2906,7 +2906,7 @@ the query-on-exit flag set are listed.
2906Any process listed as exited or signaled is actually eliminated 2906Any process listed as exited or signaled is actually eliminated
2907after the listing is made. 2907after the listing is made.
2908Optional argument BUFFER specifies a buffer to use, instead of 2908Optional argument BUFFER specifies a buffer to use, instead of
2909\"*Process List\". 2909\"*Process List*\".
2910The return value is always nil." 2910The return value is always nil."
2911 (interactive) 2911 (interactive)
2912 (or (fboundp 'process-list) 2912 (or (fboundp 'process-list)