1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* simple.el (list-processes): Doc fix.

This commit is contained in:
Andreas Schwab 2012-08-04 10:09:24 +02:00
parent 7fcc0070f0
commit 97ad076930
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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)