aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/buffers.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi
index 25b13d660a4..b6ef75e1686 100644
--- a/doc/emacs/buffers.texi
+++ b/doc/emacs/buffers.texi
@@ -226,10 +226,10 @@ Scroll through buffer @var{buffer}. @xref{View Mode}.
226@cindex read-only buffer 226@cindex read-only buffer
227 A buffer can be @dfn{read-only}, which means that commands to change 227 A buffer can be @dfn{read-only}, which means that commands to change
228its contents are not allowed. The mode line indicates read-only 228its contents are not allowed. The mode line indicates read-only
229buffers with @samp{%%} or @samp{%*} near the left margin. Read-only 229buffers with @samp{%%} or @samp{%*} near the left margin. @xref{Mode
230buffers are usually made by subsystems such as Dired and Rmail that 230Line}. Read-only buffers are usually made by subsystems such as Dired
231have special commands to operate on the text; also by visiting a file 231and Rmail that have special commands to operate on the text; also by
232whose access control says you cannot write it. 232visiting a file whose access control says you cannot write it.
233 233
234@findex read-only-mode 234@findex read-only-mode
235@vindex view-read-only 235@vindex view-read-only
@@ -349,7 +349,7 @@ the Customization buffer to set the variable @code{midnight-mode} to
349@table @kbd 349@table @kbd
350@item M-x buffer-menu 350@item M-x buffer-menu
351Begin editing a buffer listing all Emacs buffers. 351Begin editing a buffer listing all Emacs buffers.
352@item M-x buffer-menu-other-window. 352@item M-x buffer-menu-other-window
353Similar, but do it in another window. 353Similar, but do it in another window.
354@end table 354@end table
355 355