]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (list-processes): Doc fix.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 Aug 2012 08:09:24 +0000 (10:09 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 4 Aug 2012 08:09:24 +0000 (10:09 +0200)
lisp/ChangeLog
lisp/simple.el

index c1e0c82b6bea285a48b398ed67e6a64cd41c4520..ff28199d756e04266a4277e38846cd06c1c7a889 100644 (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)
 
index d17bd8dc3265a758912e60f11ed2ec4a0e7ee03d..6b5da29b3bbdd66018773a27445bf398b90d2042 100644 (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)