]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/buffers.texi
Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"
[gnu-emacs] / doc / emacs / buffers.texi
index 25b13d660a4b5b9b5bbe0e3c3007e5f58b1c2876..2eb837f151029588bbc4ef0f3a6a023fda4408be 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2015 Free Software
+@c Copyright (C) 1985-1987, 1993-1995, 1997, 2000-2016 Free Software
 @c Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Buffers
@@ -94,7 +94,7 @@ now displayed in any window.
 
   While entering the buffer name, you can use the usual completion and
 history commands (@pxref{Minibuffer}).  Note that @kbd{C-x b}, and
-related commands, use ``permissive completion with confirmation'' for
+related commands, use @dfn{permissive completion with confirmation} for
 minibuffer completion: if you type @key{RET} immediately after
 completing up to a nonexistent buffer name, Emacs prints
 @samp{[Confirm]} and you must type a second @key{RET} to submit that
@@ -180,7 +180,7 @@ buffers that were current most recently come first.
 
   @samp{.} in the first field of a line indicates that the buffer is
 current.  @samp{%} indicates a read-only buffer.  @samp{*} indicates
-that the buffer is ``modified''.  If several buffers are modified, it
+that the buffer is modified.  If several buffers are modified, it
 may be time to save some with @kbd{C-x s} (@pxref{Save Commands}).
 Here is an example of a buffer list:
 
@@ -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
 
@@ -520,7 +520,7 @@ the @var{n}-th column (@code{tabulated-list-sort}).
 @findex Buffer-menu-toggle-files-only
 @kindex T @r{(Buffer Menu)}
 Delete, or reinsert, lines for non-file buffers
-@code{Buffer-menu-toggle-files-only}).  This command toggles the
+(@code{Buffer-menu-toggle-files-only}).  This command toggles the
 inclusion of such buffers in the buffer list.
 @end table
 
@@ -699,9 +699,10 @@ C-b}.  To customize this buffer list, use the @code{bs} Custom group
 @cindex mode, MSB
 @cindex MSB mode
 @findex mouse-buffer-menu
-@kindex C-Down-Mouse-1
+@kindex C-Down-mouse-1
   MSB global minor mode (``MSB'' stands for ``mouse select buffer'')
 provides a different and customizable mouse buffer menu which you may
 prefer.  It replaces the bindings of @code{mouse-buffer-menu},
-normally on @kbd{C-Down-Mouse-1}, and the menu bar buffer menu.  You
-can customize the menu in the @code{msb} Custom group.
+normally on @kbd{C-Down-mouse-1} and @kbd{C-@key{F10}}, and the menu
+bar buffer menu.  You can customize the menu in the @code{msb} Custom
+group.