From: Stefan Monnier Date: Fri, 4 Apr 2014 16:59:50 +0000 (-0400) Subject: src/buffer.h, src/frame.h: Clarify doc of optimization variables. X-Git-Tag: emacs-24.3.90~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=114d739befb17f62f8927d6dfeb334cfca394671;p=emacs.git src/buffer.h, src/frame.h: Clarify doc of optimization variables. --- diff --git a/src/buffer.h b/src/buffer.h index d461415e036..de117eb9c61 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -847,8 +847,8 @@ struct buffer struct region_cache *width_run_cache; struct region_cache *bidi_paragraph_cache; - /* Non-zero means don't use redisplay optimizations for - displaying this buffer. */ + /* Non-zero means disable redisplay optimizations when rebuilding the glyph + matrices (but not when redrawing). */ bool_bf prevent_redisplay_optimizations_p : 1; /* Non-zero whenever the narrowing is changed in this buffer. */ diff --git a/src/frame.h b/src/frame.h index 62dc33511b5..ff696df9eff 100644 --- a/src/frame.h +++ b/src/frame.h @@ -375,7 +375,8 @@ struct frame set this directly, use SET_FRAME_ICONIFIED instead. */ bool_bf iconified : 1; - /* True if this frame should be redrawn. */ + /* True if this frame should be fully redisplayed. Disables all + optimizations while rebuilding matrices and redrawing. */ bool_bf garbaged : 1; /* False means, if this frame has just one window,