diff options
| author | Richard M. Stallman | 2001-06-02 20:54:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-06-02 20:54:03 +0000 |
| commit | 66e46e195182bc8f3fc5328d6576235d06cb3562 (patch) | |
| tree | 5edbea6a1ed63410d149bf43d8cf6b1dd6d1e12d | |
| parent | 1b85dc1cc5600d3523a5f262d5330d8d5a6aa06d (diff) | |
| download | emacs-66e46e195182bc8f3fc5328d6576235d06cb3562.tar.gz emacs-66e46e195182bc8f3fc5328d6576235d06cb3562.zip | |
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 | |||
| 151 | @code{default-major-mode} specifies which major mode to use. Normally | 151 | @code{default-major-mode} specifies which major mode to use. Normally |
| 152 | its value is the symbol @code{fundamental-mode}, which specifies | 152 | its value is the symbol @code{fundamental-mode}, which specifies |
| 153 | Fundamental mode. If @code{default-major-mode} is @code{nil}, the major | 153 | Fundamental mode. If @code{default-major-mode} is @code{nil}, the major |
| 154 | mode is taken from the previously selected buffer. | 154 | mode 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. | |||
| 198 | this is the same as the name of a file you are editing. @xref{Buffers}. | 198 | this 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 |
| 201 | cursor is in) is also Emacs's selected buffer, the one that editing | 201 | cursor is in) is also Emacs's current buffer, the one that editing |
| 202 | takes place in. When we speak of what some command does to ``the | 202 | takes place in. When we speak of what some command does to ``the |
| 203 | buffer,'' we are talking about the currently selected buffer. | 203 | buffer,'' 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. |
| 206 | This is present when Line Number mode is enabled (which it normally is). | 206 | 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. | |||
| 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 |
| 46 | window only. They do not change the value of point in any other Emacs | 46 | window only. They do not change the value of point in any other Emacs |
| 47 | window, even one showing the same buffer. The same is true for commands | 47 | window, even one showing the same buffer. The same is true for commands |
| 48 | such as @kbd{C-x b} to change the selected buffer in the selected window; | 48 | such as @kbd{C-x b} to change the current buffer in the selected window; |
| 49 | they do not affect other windows at all. However, there are other commands | 49 | they do not affect other windows at all. However, there are other commands |
| 50 | such as @kbd{C-x 4 b} that select a different window and switch buffers in | 50 | such as @kbd{C-x 4 b} that select a different window and switch buffers in |
| 51 | it. Also, all commands that display information in a window, including | 51 | it. Also, all commands that display information in a window, including |