aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-26 13:35:12 +0000
committerEli Zaretskii2001-10-26 13:35:12 +0000
commit552b1b018fad14cfe02a4de75482f3cb95e6217a (patch)
treedcc6ca1d09abbe4a402497ad1977a0a011db04dc /src
parent71cd13fa569929470391af82f1f63d41a45f1995 (diff)
downloademacs-552b1b018fad14cfe02a4de75482f3cb95e6217a.tar.gz
emacs-552b1b018fad14cfe02a4de75482f3cb95e6217a.zip
(syms_of_display) <visible-bell>: Add a reference to
ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 51aabc915f1..879f2cafbef 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -6603,7 +6603,9 @@ and the other strategic decisions made during redisplay. */);
6603This means everything is in inverse video which otherwise would not be. */); 6603This means everything is in inverse video which otherwise would not be. */);
6604 6604
6605 DEFVAR_BOOL ("visible-bell", &visible_bell, 6605 DEFVAR_BOOL ("visible-bell", &visible_bell,
6606 doc: /* *Non-nil means try to flash the frame to represent a bell. */); 6606 doc: /* *Non-nil means try to flash the frame to represent a bell.
6607
6608See also `ring-bell-function'. */);
6607 6609
6608 DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, 6610 DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter,
6609 doc: /* *Non-nil means no need to redraw entire frame after suspending. 6611 doc: /* *Non-nil means no need to redraw entire frame after suspending.