*** /home/lh/cvsroot/emacs/lispref/display.texi 2006-06-01 22:55:58.000000000 +0200 --- display.texi 2006-06-05 10:30:36.432000900 +0200 *************** *** 103,114 **** You can request a display update, but only if no input is pending, with @code{(sit-for 0)}. To force a display update even when input is ! pending, do this: ! ! @example ! (let ((redisplay-dont-pause t)) ! (sit-for 0)) ! @end example @node Truncation @section Truncation --- 103,109 ---- You can request a display update, but only if no input is pending, with @code{(sit-for 0)}. To force a display update even when input is ! pending, call @code{redisplay-now}. @node Truncation @section Truncation