diff src/dispnew.c @ 40334:bee6cc2e8a90

(syms_of_display) <visible-bell>: Add a reference to ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Oct 2001 13:35:12 +0000
parents ae4848857075
children d256f6fc9c05
line wrap: on
line diff
--- 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.