diff options
| -rw-r--r-- | lispref/display.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index b47111c1f19..2fc7340e035 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1224,8 +1224,9 @@ This is a synonym for @code{ding}. | |||
| 1224 | @defvar visible-bell | 1224 | @defvar visible-bell |
| 1225 | This variable determines whether Emacs should flash the screen to | 1225 | This variable determines whether Emacs should flash the screen to |
| 1226 | represent a bell. Non-@code{nil} means yes, @code{nil} means no. This | 1226 | represent a bell. Non-@code{nil} means yes, @code{nil} means no. This |
| 1227 | is effective only if the Termcap entry for the terminal in use has the | 1227 | is effective under X windows, and on a character-only terminal provided |
| 1228 | visible bell flag (@samp{vb}) set. | 1228 | the terminal's Termcap entry defines the visible bell capability |
| 1229 | (@samp{vb}). | ||
| 1229 | @end defvar | 1230 | @end defvar |
| 1230 | 1231 | ||
| 1231 | @node Window Systems | 1232 | @node Window Systems |