diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. */); | |||
| 6603 | This means everything is in inverse video which otherwise would not be. */); | 6603 | This means everything is in inverse video which otherwise would not be. */); |
| 6604 | 6604 | ||
| 6605 | DEFVAR_BOOL ("visible-bell", &visible_bell, | 6605 | DEFVAR_BOOL ("visible-bell", &visible_bell, |
| 6606 | doc: /* *Non-nil means try to flash the frame to represent a bell. */); | 6606 | doc: /* *Non-nil means try to flash the frame to represent a bell. |
| 6607 | |||
| 6608 | See also `ring-bell-function'. */); | ||
| 6607 | 6609 | ||
| 6608 | DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, | 6610 | DEFVAR_BOOL ("no-redraw-on-reenter", &no_redraw_on_reenter, |
| 6609 | doc: /* *Non-nil means no need to redraw entire frame after suspending. | 6611 | doc: /* *Non-nil means no need to redraw entire frame after suspending. |