]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_display) <visible-bell>: Add a reference to
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Oct 2001 13:42:01 +0000 (13:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Oct 2001 13:42:01 +0000 (13:42 +0000)
ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>

src/ChangeLog
src/dispnew.c

index 40325fd6e652ad870c6a93f38d2f12cf964ec8e6..1286eade9b57219d4b4ab758a9dd58faba54fc4f 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
+       ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
+
 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
 
        * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
index 59d3f9a66761356707225dbe9bf937cb71d68e6f..52af62aee340ba1977334b8a5e9c8e484ac553b1 100644 (file)
@@ -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\