Variable: redisplay--all-windows-cause
redisplay--all-windows-cause is a variable defined in xdisp.c.
Value
#s(hash-table size 65 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
Code of the cause for redisplaying all windows.
Internal use only.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_LISP ("redisplay--all-windows-cause", Vredisplay__all_windows_cause,
doc: /* Code of the cause for redisplaying all windows.
Internal use only. */);