Mercurial > emacs
changeset 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 | 8c77ca9786a9 |
children | 96186171af6d |
files | src/dispnew.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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.