diff options
| -rw-r--r-- | doc/emacs/buffers.texi | 10 |
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 |
| 228 | its contents are not allowed. The mode line indicates read-only | 228 | its contents are not allowed. The mode line indicates read-only |
| 229 | buffers with @samp{%%} or @samp{%*} near the left margin. Read-only | 229 | buffers with @samp{%%} or @samp{%*} near the left margin. @xref{Mode |
| 230 | buffers are usually made by subsystems such as Dired and Rmail that | 230 | Line}. Read-only buffers are usually made by subsystems such as Dired |
| 231 | have special commands to operate on the text; also by visiting a file | 231 | and Rmail that have special commands to operate on the text; also by |
| 232 | whose access control says you cannot write it. | 232 | visiting 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 |
| 351 | Begin editing a buffer listing all Emacs buffers. | 351 | Begin editing a buffer listing all Emacs buffers. |
| 352 | @item M-x buffer-menu-other-window. | 352 | @item M-x buffer-menu-other-window |
| 353 | Similar, but do it in another window. | 353 | Similar, but do it in another window. |
| 354 | @end table | 354 | @end table |
| 355 | 355 | ||