diff options
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/display.texi | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 679c2b6e8f3..42960c2fc3b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-07-18 Richard Stallman <rms@gnu.org> | 1 | 2006-07-18 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * display.texi (Forcing Redisplay): Cleanups in previous change. | ||
| 4 | |||
| 3 | * processes.texi (Low-Level Network): Make menu more convenient. | 5 | * processes.texi (Low-Level Network): Make menu more convenient. |
| 4 | 6 | ||
| 5 | 2006-07-18 Kim F. Storm <storm@cua.dk> | 7 | 2006-07-18 Kim F. Storm <storm@cua.dk> |
diff --git a/lispref/display.texi b/lispref/display.texi index 4e7ba81ed3b..b34365dd7e7 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -103,9 +103,9 @@ processes the available input before trying again to redisplay. | |||
| 103 | If this variable is @code{nil}, Emacs does not check for input during | 103 | If this variable is @code{nil}, Emacs does not check for input during |
| 104 | redisplay, and redisplay cannot be preempted by input. | 104 | redisplay, and redisplay cannot be preempted by input. |
| 105 | 105 | ||
| 106 | @emph{Note} that this variable is only used on window systems, | 106 | This variable is only obeyed on graphical terminals, and is only |
| 107 | and is only available if Emacs is built with support for sub-second timers. | 107 | available if Emacs is built with support for sub-second timers. For |
| 108 | For other platforms; @xref{Terminal Output}. | 108 | other platforms, see @ref{Terminal Output}. |
| 109 | @end defvar | 109 | @end defvar |
| 110 | 110 | ||
| 111 | @defvar redisplay-dont-pause | 111 | @defvar redisplay-dont-pause |