* simple.el (list-processes): Doc fix.
This commit is contained in:
@@ -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 <mina86@mina86.com> (tiny change)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user