]> git.eshelyaron.com Git - emacs.git/commitdiff
selected buffer => current buffer.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Jun 2001 20:54:03 +0000 (20:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Jun 2001 20:54:03 +0000 (20:54 +0000)
man/major.texi
man/screen.texi
man/windows.texi

index e8d9478de63d70c5664151bb3011bda56859fa00..3de14ec90ab7695f61fe669ee1e47fd28a1509ab 100644 (file)
@@ -151,7 +151,7 @@ when you create a new buffer with @kbd{C-x b}, the variable
 @code{default-major-mode} specifies which major mode to use.  Normally
 its value is the symbol @code{fundamental-mode}, which specifies
 Fundamental mode.  If @code{default-major-mode} is @code{nil}, the major
-mode is taken from the previously selected buffer.
+mode is taken from the previously current buffer.
 
 @findex normal-mode
   If you change the major mode of a buffer, you can go back to the major
index d69efa8f1f3ab6e3d96ca866b34286df6a5ce8d5..3c6981e64f1aa84a94145542832bf04007327002 100644 (file)
@@ -198,9 +198,9 @@ is modified, and @samp{%%} otherwise.
 this is the same as the name of a file you are editing.  @xref{Buffers}.
 
   The buffer displayed in the selected window (the window that the
-cursor is in) is also Emacs's selected buffer, the one that editing
+cursor is in) is also Emacs's current buffer, the one that editing
 takes place in.  When we speak of what some command does to ``the
-buffer,'' we are talking about the currently selected buffer.
+buffer,'' we are talking about the current buffer.
 
   @var{line} is @samp{L} followed by the current line number of point.
 This is present when Line Number mode is enabled (which it normally is).
index cafbf2a5312a06e5af9b022c03a04cec303994ad..bbdf2fab27e79d074f4c92d14bf9ef5b6f97912c 100644 (file)
@@ -45,7 +45,7 @@ cursor in other frames is a hollow box.
   Commands to move point affect the value of point for the selected Emacs
 window only.  They do not change the value of point in any other Emacs
 window, even one showing the same buffer.  The same is true for commands
-such as @kbd{C-x b} to change the selected buffer in the selected window;
+such as @kbd{C-x b} to change the current buffer in the selected window;
 they do not affect other windows at all.  However, there are other commands
 such as @kbd{C-x 4 b} that select a different window and switch buffers in
 it.  Also, all commands that display information in a window, including