* doc/emacs/buffers.texi (Misc Buffer): Add a cross reference.

This commit is contained in:
Xue Fuqiao 2015-07-12 20:53:46 +08:00
parent 59a8e71c70
commit 714f7313f7

View file

@ -226,10 +226,10 @@ Scroll through buffer @var{buffer}. @xref{View Mode}.
@cindex read-only buffer
A buffer can be @dfn{read-only}, which means that commands to change
its contents are not allowed. The mode line indicates read-only
buffers with @samp{%%} or @samp{%*} near the left margin. Read-only
buffers are usually made by subsystems such as Dired and Rmail that
have special commands to operate on the text; also by visiting a file
whose access control says you cannot write it.
buffers with @samp{%%} or @samp{%*} near the left margin. @xref{Mode
Line}. Read-only buffers are usually made by subsystems such as Dired
and Rmail that have special commands to operate on the text; also by
visiting a file whose access control says you cannot write it.
@findex read-only-mode
@vindex view-read-only
@ -349,7 +349,7 @@ the Customization buffer to set the variable @code{midnight-mode} to
@table @kbd
@item M-x buffer-menu
Begin editing a buffer listing all Emacs buffers.
@item M-x buffer-menu-other-window.
@item M-x buffer-menu-other-window
Similar, but do it in another window.
@end table