diff man/screen.texi @ 37986:e11682cc1516

selected buffer => current buffer.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jun 2001 20:54:03 +0000
parents 401a53e249b5
children 67a7dd5130d0
line wrap: on
line diff
--- 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).