comparison lispref/display.texi @ 10211:0a84a40f16d5

Fix in visible-bell.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Dec 1994 23:59:53 +0000
parents 7cdfcd5e71ff
children 73dc8205d259
comparison
equal deleted inserted replaced
10210:43e95429ffa0 10211:0a84a40f16d5
1222 @end defun 1222 @end defun
1223 1223
1224 @defvar visible-bell 1224 @defvar visible-bell
1225 This variable determines whether Emacs should flash the screen to 1225 This variable determines whether Emacs should flash the screen to
1226 represent a bell. Non-@code{nil} means yes, @code{nil} means no. This 1226 represent a bell. Non-@code{nil} means yes, @code{nil} means no. This
1227 is effective only if the Termcap entry for the terminal in use has the 1227 is effective under X windows, and on a character-only terminal provided
1228 visible bell flag (@samp{vb}) set. 1228 the terminal's Termcap entry defines the visible bell capability
1229 (@samp{vb}).
1229 @end defvar 1230 @end defvar
1230 1231
1231 @node Window Systems 1232 @node Window Systems
1232 @section Window Systems 1233 @section Window Systems
1233 1234