From: Andreas Schwab Date: Sat, 4 Aug 2012 08:09:24 +0000 (+0200) Subject: * simple.el (list-processes): Doc fix. X-Git-Tag: emacs-24.2.90~863 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97ad076930d59fa19b8f4bfb95f21df84cc9c8a4;p=emacs.git * simple.el (list-processes): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1e0c82b6be..ff28199d756 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * simple.el (list-processes--refresh): For a server use :host or :local as the address. + (list-processes): Doc fix. 2012-08-04 Michal Nazarewicz (tiny change) 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. Any process listed as exited or signaled is actually eliminated after the listing is made. Optional argument BUFFER specifies a buffer to use, instead of -\"*Process List\". +\"*Process List*\". The return value is always nil." (interactive) (or (fboundp 'process-list)