diff options
| author | Eli Zaretskii | 2000-08-22 10:14:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-22 10:14:13 +0000 |
| commit | cf68465584e56b3ae911dd8bb803d6c9ca987e6d (patch) | |
| tree | e4619526a66e9ec0eabc1b6d96befc7509a95e76 | |
| parent | 5484005d7bc868a49fe53018030a94e384d4bd52 (diff) | |
| download | emacs-cf68465584e56b3ae911dd8bb803d6c9ca987e6d.tar.gz emacs-cf68465584e56b3ae911dd8bb803d6c9ca987e6d.zip | |
Document the busy-cursor feature.
| -rw-r--r-- | man/frames.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/frames.texi b/man/frames.texi index c022cd789d7..06c2481a9fa 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -1308,6 +1308,14 @@ frames on your terminal. | |||
| 1308 | Delete all frames except the selected one. | 1308 | Delete all frames except the selected one. |
| 1309 | @end table | 1309 | @end table |
| 1310 | 1310 | ||
| 1311 | @cindex busy-cursor display | ||
| 1312 | @vindex busy-cursor-delay | ||
| 1313 | Emacs can optionally display a busy cursor on X and other window | ||
| 1314 | systems. To turn this on or off, customize the group @code{cursor}. | ||
| 1315 | You can also control the amount of time Emacs is busy before the | ||
| 1316 | busy-cursor is displayed, by customizing the value of the variable | ||
| 1317 | @code{busy-cursor-delay}. | ||
| 1318 | |||
| 1311 | @node Non-Window Terminals | 1319 | @node Non-Window Terminals |
| 1312 | @section Non-Window Terminals | 1320 | @section Non-Window Terminals |
| 1313 | @cindex non-window terminals | 1321 | @cindex non-window terminals |