aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-20 23:06:44 +0000
committerJim Blandy1993-03-20 23:06:44 +0000
commitc5c6addffabeff473e90cf01bb93f4838bd37da9 (patch)
tree488149b31225d8c36e8d13a4db319605ed4b7f29 /src
parent767229f87cb786a3120d42358632cb35762fafa2 (diff)
downloademacs-c5c6addffabeff473e90cf01bb93f4838bd37da9.tar.gz
emacs-c5c6addffabeff473e90cf01bb93f4838bd37da9.zip
Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index d061f2ce9f1..1e50178b74b 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1936,6 +1936,7 @@ DEFUN ("sit-for", Fsit_for, Ssit_for, 1, 3, 0,
1936 "Perform redisplay, then wait for SECONDS seconds or until input is available.\n\ 1936 "Perform redisplay, then wait for SECONDS seconds or until input is available.\n\
1937Optional second arg MILLISECONDS specifies an additional wait period, in\n\ 1937Optional second arg MILLISECONDS specifies an additional wait period, in\n\
1938milliseconds.\n\ 1938milliseconds.\n\
1939\(Not all operating systems support milliseconds.)\n\
1939Optional third arg non-nil means don't redisplay, just wait for input.\n\ 1940Optional third arg non-nil means don't redisplay, just wait for input.\n\
1940Redisplay is preempted as always if input arrives, and does not happen\n\ 1941Redisplay is preempted as always if input arrives, and does not happen\n\
1941if input is available before it starts.\n\ 1942if input is available before it starts.\n\