From: Eli Zaretskii Date: Fri, 26 Oct 2001 13:35:12 +0000 (+0000) Subject: (syms_of_display) : Add a reference to X-Git-Tag: ttn-vms-21-2-B4~19141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=552b1b018fad14cfe02a4de75482f3cb95e6217a;p=emacs.git (syms_of_display) : Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm --- 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.