# HG changeset patch # User Richard M. Stallman # Date 788054393 0 # Node ID 0a84a40f16d549b4180610b412f2e274c6e6869f # Parent 43e95429ffa0bf82b96f53892f2165672e34bb94 Fix in visible-bell. diff -r 43e95429ffa0 -r 0a84a40f16d5 lispref/display.texi --- 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