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 /man/screen.texi | |
parent | 1b85dc1cc5600d3523a5f262d5330d8d5a6aa06d (diff) | |
download | emacs-66e46e195182bc8f3fc5328d6576235d06cb3562.tar.gz |
selected buffer => current buffer.
Diffstat (limited to 'man/screen.texi')
-rw-r--r-- | man/screen.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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). |