diff options
| author | Andreas Schwab | 2012-08-04 10:09:24 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-08-04 10:09:24 +0200 |
| commit | 97ad076930d59fa19b8f4bfb95f21df84cc9c8a4 (patch) | |
| tree | c380ffa6423afef5e28fec2160c973de0b3e8114 | |
| parent | 7fcc0070f0fed6e8f58487757ac273fe2fdc90fc (diff) | |
| download | emacs-97ad076930d59fa19b8f4bfb95f21df84cc9c8a4.tar.gz emacs-97ad076930d59fa19b8f4bfb95f21df84cc9c8a4.zip | |
* simple.el (list-processes): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1e0c82b6be..ff28199d756 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * simple.el (list-processes--refresh): For a server use :host or | 3 | * simple.el (list-processes--refresh): For a server use :host or |
| 4 | :local as the address. | 4 | :local as the address. |
| 5 | (list-processes): Doc fix. | ||
| 5 | 6 | ||
| 6 | 2012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change) | 7 | 2012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change) |
| 7 | 8 | ||
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. | |||
| 2906 | Any process listed as exited or signaled is actually eliminated | 2906 | Any process listed as exited or signaled is actually eliminated |
| 2907 | after the listing is made. | 2907 | after the listing is made. |
| 2908 | Optional argument BUFFER specifies a buffer to use, instead of | 2908 | Optional argument BUFFER specifies a buffer to use, instead of |
| 2909 | \"*Process List\". | 2909 | \"*Process List*\". |
| 2910 | The return value is always nil." | 2910 | The return value is always nil." |
| 2911 | (interactive) | 2911 | (interactive) |
| 2912 | (or (fboundp 'process-list) | 2912 | (or (fboundp 'process-list) |