From: Richard M. Stallman Date: Wed, 21 Dec 1994 23:59:53 +0000 (+0000) Subject: Fix in visible-bell. X-Git-Tag: emacs-19.34~5645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1;p=emacs.git Fix in visible-bell. --- 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