changeset 10211:0a84a40f16d5

Fix in visible-bell.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Dec 1994 23:59:53 +0000
parents 43e95429ffa0
children f13745ca9b4e
files lispref/display.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Wed Dec 21 22:50:22 1994 +0000
+++ b/lispref/display.texi	Wed Dec 21 23:59:53 1994 +0000
@@ -1224,8 +1224,9 @@
 @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