aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman1994-12-21 23:59:53 +0000
committerRichard M. Stallman1994-12-21 23:59:53 +0000
commit2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1 (patch)
tree8779e26c75e536a3e4c66b77e035c4af388bd42f /lispref
parent04ae1b489a19335cad1e1c92581b4af5e029e372 (diff)
downloademacs-2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1.tar.gz
emacs-2b1e7b27b2f2bf5f4dc2e286317a5872fd855ca1.zip
Fix in visible-bell.
Diffstat (limited to 'lispref')
-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