aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-06-02 20:54:03 +0000
committerRichard M. Stallman2001-06-02 20:54:03 +0000
commit66e46e195182bc8f3fc5328d6576235d06cb3562 (patch)
tree5edbea6a1ed63410d149bf43d8cf6b1dd6d1e12d
parent1b85dc1cc5600d3523a5f262d5330d8d5a6aa06d (diff)
downloademacs-66e46e195182bc8f3fc5328d6576235d06cb3562.tar.gz
emacs-66e46e195182bc8f3fc5328d6576235d06cb3562.zip
selected buffer => current buffer.
-rw-r--r--man/major.texi2
-rw-r--r--man/screen.texi4
-rw-r--r--man/windows.texi2
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
151@code{default-major-mode} specifies which major mode to use. Normally 151@code{default-major-mode} specifies which major mode to use. Normally
152its value is the symbol @code{fundamental-mode}, which specifies 152its value is the symbol @code{fundamental-mode}, which specifies
153Fundamental mode. If @code{default-major-mode} is @code{nil}, the major 153Fundamental mode. If @code{default-major-mode} is @code{nil}, the major
154mode is taken from the previously selected buffer. 154mode is taken from the previously current buffer.
155 155
156@findex normal-mode 156@findex normal-mode
157 If you change the major mode of a buffer, you can go back to the major 157 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.
198this is the same as the name of a file you are editing. @xref{Buffers}. 198this is the same as the name of a file you are editing. @xref{Buffers}.
199 199
200 The buffer displayed in the selected window (the window that the 200 The buffer displayed in the selected window (the window that the
201cursor is in) is also Emacs's selected buffer, the one that editing 201cursor is in) is also Emacs's current buffer, the one that editing
202takes place in. When we speak of what some command does to ``the 202takes place in. When we speak of what some command does to ``the
203buffer,'' we are talking about the currently selected buffer. 203buffer,'' we are talking about the current buffer.
204 204
205 @var{line} is @samp{L} followed by the current line number of point. 205 @var{line} is @samp{L} followed by the current line number of point.
206This is present when Line Number mode is enabled (which it normally is). 206This 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.
45 Commands to move point affect the value of point for the selected Emacs 45 Commands to move point affect the value of point for the selected Emacs
46window only. They do not change the value of point in any other Emacs 46window only. They do not change the value of point in any other Emacs
47window, even one showing the same buffer. The same is true for commands 47window, even one showing the same buffer. The same is true for commands
48such as @kbd{C-x b} to change the selected buffer in the selected window; 48such as @kbd{C-x b} to change the current buffer in the selected window;
49they do not affect other windows at all. However, there are other commands 49they do not affect other windows at all. However, there are other commands
50such as @kbd{C-x 4 b} that select a different window and switch buffers in 50such as @kbd{C-x 4 b} that select a different window and switch buffers in
51it. Also, all commands that display information in a window, including 51it. Also, all commands that display information in a window, including