From 2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Dec 1994 23:59:53 +0000 Subject: [PATCH] Fix in visible-bell. --- lispref/display.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/display.texi b/lispref/display.texi index b47111c1f19..2fc7340e035 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -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 -- 2.39.5