From 552b1b018fad14cfe02a4de75482f3cb95e6217a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Oct 2001 13:35:12 +0000 Subject: [PATCH] (syms_of_display) : Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm --- src/dispnew.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. */); This means everything is in inverse video which otherwise would not be. */); DEFVAR_BOOL ("visible-bell", &visible_bell, - doc: /* *Non-nil means try to flash the frame to represent a bell. */); + doc: /* *Non-nil means try to flash the frame to represent a bell. + +See also `ring-bell-function'. */); DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, doc: /* *Non-nil means no need to redraw entire frame after suspending. -- 2.39.5