comparison src/dispnew.c @ 2292:4759343bbaad

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 20 Mar 1993 23:06:44 +0000
parents bee5c1693cac
children a302de11debf
comparison
equal deleted inserted replaced
2291:bee5c1693cac 2292:4759343bbaad
1934 1934
1935 DEFUN ("sit-for", Fsit_for, Ssit_for, 1, 3, 0, 1935 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\
1937 Optional second arg MILLISECONDS specifies an additional wait period, in\n\ 1937 Optional second arg MILLISECONDS specifies an additional wait period, in\n\
1938 milliseconds.\n\ 1938 milliseconds.\n\
1939 \(Not all operating systems support milliseconds.)\n\
1939 Optional third arg non-nil means don't redisplay, just wait for input.\n\ 1940 Optional third arg non-nil means don't redisplay, just wait for input.\n\
1940 Redisplay is preempted as always if input arrives, and does not happen\n\ 1941 Redisplay is preempted as always if input arrives, and does not happen\n\
1941 if input is available before it starts.\n\ 1942 if input is available before it starts.\n\
1942 Value is t if waited the full time with no input arriving.") 1943 Value is t if waited the full time with no input arriving.")
1943 (seconds, milliseconds, nodisp) 1944 (seconds, milliseconds, nodisp)