diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-06-02 20:54:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-06-02 20:54:03 +0000 |
commit | 66e46e195182bc8f3fc5328d6576235d06cb3562 (patch) | |
tree | 5edbea6a1ed63410d149bf43d8cf6b1dd6d1e12d | |
parent | 1b85dc1cc5600d3523a5f262d5330d8d5a6aa06d (diff) | |
download | emacs-66e46e195182bc8f3fc5328d6576235d06cb3562.tar.gz |
selected buffer => current buffer.
-rw-r--r-- | man/major.texi | 2 | ||||
-rw-r--r-- | man/screen.texi | 4 | ||||
-rw-r--r-- | man/windows.texi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man/major.texi b/man/major.texi index e8d9478de63..3de14ec90ab 100644 --- a/man/major.texi +++ b/man/major.texi @@ -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 diff --git a/man/screen.texi b/man/screen.texi index d69efa8f1f3..3c6981e64f1 100644 --- a/man/screen.texi +++ b/man/screen.texi @@ -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). diff --git a/man/windows.texi b/man/windows.texi index cafbf2a5312..bbdf2fab27e 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -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 |