summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-08-04 10:09:24 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-08-04 10:09:24 +0200
commit97ad076930d59fa19b8f4bfb95f21df84cc9c8a4 (patch)
treec380ffa6423afef5e28fec2160c973de0b3e8114 /lisp/simple.el
parent7fcc0070f0fed6e8f58487757ac273fe2fdc90fc (diff)
downloademacs-97ad076930d59fa19b8f4bfb95f21df84cc9c8a4.tar.gz
* simple.el (list-processes): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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)