# HG changeset patch # User Eli Zaretskii # Date 1004103312 0 # Node ID bee6cc2e8a900124def0e58685b8d466892d1b34 # Parent 8c77ca9786a9325eed7041724d10cc34b43b4331 (syms_of_display) : Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm diff -r 8c77ca9786a9 -r bee6cc2e8a90 src/dispnew.c --- a/src/dispnew.c Fri Oct 26 12:50:03 2001 +0000 +++ b/src/dispnew.c Fri Oct 26 13:35:12 2001 +0000 @@ -6603,7 +6603,9 @@ 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.