aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 10:14:13 +0000
committerEli Zaretskii2000-08-22 10:14:13 +0000
commitcf68465584e56b3ae911dd8bb803d6c9ca987e6d (patch)
treee4619526a66e9ec0eabc1b6d96befc7509a95e76
parent5484005d7bc868a49fe53018030a94e384d4bd52 (diff)
downloademacs-cf68465584e56b3ae911dd8bb803d6c9ca987e6d.tar.gz
emacs-cf68465584e56b3ae911dd8bb803d6c9ca987e6d.zip
Document the busy-cursor feature.
-rw-r--r--man/frames.texi8
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.
1308Delete all frames except the selected one. 1308Delete 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
1314systems. To turn this on or off, customize the group @code{cursor}.
1315You can also control the amount of time Emacs is busy before the
1316busy-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