diff options
| author | Glenn Morris | 2012-04-10 00:11:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-10 00:11:23 -0700 |
| commit | 2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c (patch) | |
| tree | ccd6c79c4315efd0260cd3a885cf7b4dcdf74cbc /doc/lispref/processes.texi | |
| parent | 62200c147ccf48fdff77438e05ca296a9d40ceb4 (diff) | |
| download | emacs-2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c.tar.gz emacs-2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c.zip | |
In doc/lispref, use @file for buffers, per the Texinfo manual.
It renders the same as @samp, so there is no visible change in most cases.
Diffstat (limited to 'doc/lispref/processes.texi')
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index f59937da15d..1b788684d4b 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -714,7 +714,7 @@ This command displays a listing of all living processes. In addition, | |||
| 714 | it finally deletes any process whose status was @samp{Exited} or | 714 | it finally deletes any process whose status was @samp{Exited} or |
| 715 | @samp{Signaled}. It returns @code{nil}. | 715 | @samp{Signaled}. It returns @code{nil}. |
| 716 | 716 | ||
| 717 | The processes are shown in a buffer named @samp{*Process List*}, whose | 717 | The processes are shown in a buffer named @file{*Process List*}, whose |
| 718 | major mode is named Process Menu mode. | 718 | major mode is named Process Menu mode. |
| 719 | 719 | ||
| 720 | If @var{query-only} is non-@code{nil} then it lists only processes | 720 | If @var{query-only} is non-@code{nil} then it lists only processes |