Mercurial > emacs
changeset 37986:e11682cc1516
selected buffer => current buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 Jun 2001 20:54:03 +0000 |
parents | 7dcc8602ed82 |
children | 39cfe73648c8 |
files | man/major.texi man/screen.texi man/windows.texi |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/man/major.texi Sat Jun 02 19:19:05 2001 +0000 +++ b/man/major.texi Sat Jun 02 20:54:03 2001 +0000 @@ -151,7 +151,7 @@ @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
--- a/man/screen.texi Sat Jun 02 19:19:05 2001 +0000 +++ b/man/screen.texi Sat Jun 02 20:54:03 2001 +0000 @@ -198,9 +198,9 @@ 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).
--- a/man/windows.texi Sat Jun 02 19:19:05 2001 +0000 +++ b/man/windows.texi Sat Jun 02 20:54:03 2001 +0000 @@ -45,7 +45,7 @@ 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