X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8d99e09d789d6808b910846b6d5c5a4bfc7f4c0c..db71197e331f65184a3a8e0a472b4fe3adf99fb6:/man/buffers.texi diff --git a/man/buffers.texi b/man/buffers.texi index 3b3afc2eb9..8ff76e2f51 100644 --- a/man/buffers.texi +++ b/man/buffers.texi @@ -480,7 +480,13 @@ every @code{auto-revert-interval} seconds if you enable Auto Revert mode in this buffer, as long as it is not marked modified. Global Auto Revert mode applies to the @samp{*Buffer List*} buffer only if @code{global-auto-revert-non-file-buffers} is non-@code{nil}. +@iftex @inforef{Autorevert,, emacs-xtra}, for details. +@end iftex +@ifnottex +@xref{Autorevert, global-auto-revert-non-file-buffers}, for details. +@end ifnottex + The command @code{buffer-menu-other-window} works the same as @code{buffer-menu}, except that it displays the buffers list in @@ -569,7 +575,7 @@ buffer name. To select one, customize the variable For instance, the @code{forward} naming method puts part of the directory name at the beginning of the buffer name; using this method, -buffers visiting @file{/u/mernst/tmp/Makefile} and +buffers visiting @file{/u/rms/tmp/Makefile} and @file{/usr/projects/zaphod/Makefile} would be named @samp{tmp/Makefile} and @samp{zaphod/Makefile}, respectively (instead of @samp{Makefile} and @samp{Makefile<2>}).