]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix in visible-bell.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 23:59:53 +0000 (23:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 23:59:53 +0000 (23:59 +0000)
lispref/display.texi

index b47111c1f1988585d0eef9b8505bcfdd19b39a05..2fc7340e035eeec908fa7aff090a721594771542 100644 (file)
@@ -1224,8 +1224,9 @@ This is a synonym for @code{ding}.
 @defvar visible-bell
 This variable determines whether Emacs should flash the screen to
 represent a bell.  Non-@code{nil} means yes, @code{nil} means no.  This
-is effective only if the Termcap entry for the terminal in use has the
-visible bell flag (@samp{vb}) set.
+is effective under X windows, and on a character-only terminal provided
+the terminal's Termcap entry defines the visible bell capability
+(@samp{vb}).
 @end defvar
 
 @node Window Systems