aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi5
1 files 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}.
1224@defvar visible-bell 1224@defvar visible-bell
1225This variable determines whether Emacs should flash the screen to 1225This variable determines whether Emacs should flash the screen to
1226represent a bell. Non-@code{nil} means yes, @code{nil} means no. This 1226represent a bell. Non-@code{nil} means yes, @code{nil} means no. This
1227is effective only if the Termcap entry for the terminal in use has the 1227is effective under X windows, and on a character-only terminal provided
1228visible bell flag (@samp{vb}) set. 1228the terminal's Termcap entry defines the visible bell capability
1229(@samp{vb}).
1229@end defvar 1230@end defvar
1230 1231
1231@node Window Systems 1232@node Window Systems