mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
* doc/emacs/buffers.texi (Misc Buffer): Add a cross reference.
This commit is contained in:
parent
59a8e71c70
commit
714f7313f7
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue