From: Eli Zaretskii Date: Fri, 26 Oct 2001 13:42:01 +0000 (+0000) Subject: (syms_of_display) : Add a reference to X-Git-Tag: emacs-21.2~447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7725e1e702b19c4d65c7fd7139547bfbadaac88a;p=emacs.git (syms_of_display) : Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm --- 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\