emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109426: * simple.el (list-processes)


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109426: * simple.el (list-processes): Doc fix.
Date: Sat, 04 Aug 2012 10:09:24 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109426
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-08-04 10:09:24 +0200
message:
  * simple.el (list-processes): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-04 08:08:11 +0000
+++ b/lisp/ChangeLog    2012-08-04 08:09:24 +0000
@@ -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  <address@hidden>  (tiny change)
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-08-04 08:08:11 +0000
+++ b/lisp/simple.el    2012-08-04 08:09:24 +0000
@@ -2906,7 +2906,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]