comparison man/frames.texi @ 31046:304299758ed5

Document the indicate-empty-lines variable.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 22 Aug 2000 10:47:36 +0000
parents 13ccb42ca18c
children af534821febb
comparison
equal deleted inserted replaced
31045:a82ae0d01b33 31046:304299758ed5
1321 Emacs on X can draw the block cursor as wide as the glyph under the 1321 Emacs on X can draw the block cursor as wide as the glyph under the
1322 cursor. For example, if the cursor is on a TAB character, it is drawn 1322 cursor. For example, if the cursor is on a TAB character, it is drawn
1323 as wide as that TAB is on the display. To turn on this feature, set the 1323 as wide as that TAB is on the display. To turn on this feature, set the
1324 variable @code{x-stretch-cursor} to a non-nil value. 1324 variable @code{x-stretch-cursor} to a non-nil value.
1325 1325
1326 @vindex indicate-empty-lines
1327 @vindex default-indicate-empty-lines
1328 @cindex empty lines
1329 Empty display lines at the end of the buffer can be optionally marked
1330 with a pecial bitmap in the left fringe of the window. This is
1331 activated by setting the buffer-local variable
1332 @code{indicate-empty-lines} to a non-nil value. The default value of
1333 this variable is found in @code{default-indicate-empty-lines}.
1334
1326 @node Non-Window Terminals 1335 @node Non-Window Terminals
1327 @section Non-Window Terminals 1336 @section Non-Window Terminals
1328 @cindex non-window terminals 1337 @cindex non-window terminals
1329 @cindex single-frame terminals 1338 @cindex single-frame terminals
1330 1339