From 7725e1e702b19c4d65c7fd7139547bfbadaac88a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Oct 2001 13:42:01 +0000 Subject: [PATCH] (syms_of_display) : Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm --- src/ChangeLog | 5 +++++ src/dispnew.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 40325fd6e65..1286eade9b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-26 Eli Zaretskii + + * dispnew.c (syms_of_display) : Add a reference to + ring-bell-function. Suggested by Alf-Ivar Holm + 2001-10-26 Gerd Moellmann * insdel.c (insert_1_both): Do nothing if NCHARS == 0. diff --git a/src/dispnew.c b/src/dispnew.c index 59d3f9a6676..52af62aee34 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6655,7 +6655,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, - "*Non-nil means try to flash the frame to represent a bell."); + "*Non-nil means try to flash the frame to represent a bell.\n\ +\n\ +See also `ring-bell-function'."); DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, "*Non-nil means no need to redraw entire frame after suspending.\n\ -- 2.39.2