aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2012-08-04 10:09:24 +0200
committerAndreas Schwab2012-08-04 10:09:24 +0200
commit97ad076930d59fa19b8f4bfb95f21df84cc9c8a4 (patch)
treec380ffa6423afef5e28fec2160c973de0b3e8114
parent7fcc0070f0fed6e8f58487757ac273fe2fdc90fc (diff)
downloademacs-97ad076930d59fa19b8f4bfb95f21df84cc9c8a4.tar.gz
emacs-97ad076930d59fa19b8f4bfb95f21df84cc9c8a4.zip
* simple.el (list-processes): Doc fix.
-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)