diff options
| author | Eli Zaretskii | 2006-05-06 12:54:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 12:54:04 +0000 |
| commit | bbe9cbb8cd4dc7caf8cf3363199d564c5b7876b6 (patch) | |
| tree | a57ddd7e74fd93ef8466b4bfef359c3ea23e18f5 | |
| parent | b00ed2e89cbbb4f4fefc7a08154b276f8f56563c (diff) | |
| download | emacs-bbe9cbb8cd4dc7caf8cf3363199d564c5b7876b6.tar.gz emacs-bbe9cbb8cd4dc7caf8cf3363199d564c5b7876b6.zip | |
(Several Buffers): Replace inforef to emacs-xtra by conditional xref's,
depending on @iftex/@ifnottex.
| -rw-r--r-- | man/buffers.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/buffers.texi b/man/buffers.texi index 3b3afc2eb92..693352248f5 100644 --- a/man/buffers.texi +++ b/man/buffers.texi | |||
| @@ -480,7 +480,13 @@ every @code{auto-revert-interval} seconds if you enable Auto Revert | |||
| 480 | mode in this buffer, as long as it is not marked modified. Global | 480 | mode in this buffer, as long as it is not marked modified. Global |
| 481 | Auto Revert mode applies to the @samp{*Buffer List*} buffer only if | 481 | Auto Revert mode applies to the @samp{*Buffer List*} buffer only if |
| 482 | @code{global-auto-revert-non-file-buffers} is non-@code{nil}. | 482 | @code{global-auto-revert-non-file-buffers} is non-@code{nil}. |
| 483 | @inforef{Autorevert,, emacs-xtra}, for details. | 483 | @iftex |
| 484 | @xref{Autorevert,,, emacs-xtra}, for details. | ||
| 485 | @end iftex | ||
| 486 | @ifnottex | ||
| 487 | @xref{Autorevert, global-auto-revert-non-file-buffers}, for details. | ||
| 488 | @end ifnottex | ||
| 489 | |||
| 484 | 490 | ||
| 485 | The command @code{buffer-menu-other-window} works the same as | 491 | The command @code{buffer-menu-other-window} works the same as |
| 486 | @code{buffer-menu}, except that it displays the buffers list in | 492 | @code{buffer-menu}, except that it displays the buffers list in |