diff options
| author | Eli Zaretskii | 2001-11-01 13:29:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-01 13:29:25 +0000 |
| commit | 38ac48fbc6868562fa4f9d6b711bcfb340210992 (patch) | |
| tree | c7f6718037a367d3ef3862001b363781293ff89c | |
| parent | 1cbc35b1ab5d91149cb4e14b796f20fdb1243d92 (diff) | |
| download | emacs-38ac48fbc6868562fa4f9d6b711bcfb340210992.tar.gz emacs-38ac48fbc6868562fa4f9d6b711bcfb340210992.zip | |
(Several Buffers): Add a cross-reference to the description of the
buffer list format.
| -rw-r--r-- | man/buffers.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/man/buffers.texi b/man/buffers.texi index 021d006feb9..03fef48f1af 100644 --- a/man/buffers.texi +++ b/man/buffers.texi | |||
| @@ -327,12 +327,14 @@ Similar, but do it in another window. | |||
| 327 | @findex buffer-menu-other-window | 327 | @findex buffer-menu-other-window |
| 328 | The command @code{buffer-menu} writes a list of all Emacs | 328 | The command @code{buffer-menu} writes a list of all Emacs |
| 329 | buffers@footnote{Buffers which don't visit files and whose names begin | 329 | buffers@footnote{Buffers which don't visit files and whose names begin |
| 330 | with a space are omitted: these are used internally by Emacs.} into | 330 | with a space are omitted: these are used internally by Emacs.} into the |
| 331 | the buffer @samp{*Buffer List*}, and selects that buffer in Buffer Menu | 331 | buffer @samp{*Buffer List*}, and selects that buffer in Buffer Menu |
| 332 | mode. The buffer is read-only, and can be changed only through the | 332 | mode. The list in the @samp{*Buffer List*} buffer looks exactly as |
| 333 | special commands described in this section. The usual Emacs cursor | 333 | described in @ref{List Buffers}. The buffer is read-only, and can be |
| 334 | motion commands can be used in the @samp{*Buffer List*} buffer. The | 334 | changed only through the special commands described in this section. |
| 335 | following commands apply to the buffer described on the current line. | 335 | The usual Emacs cursor motion commands can be used in the @samp{*Buffer |
| 336 | List*} buffer. The following commands apply to the buffer described on | ||
| 337 | the current line. | ||
| 336 | 338 | ||
| 337 | @table @kbd | 339 | @table @kbd |
| 338 | @item d | 340 | @item d |