mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix typo in buffer.h
This commit is contained in:
parent
4da398d8b5
commit
8f3091defb
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ struct buffer
|
|||
display optimizations must be used. */
|
||||
bool_bf long_line_optimizations_p : 1;
|
||||
|
||||
/* The inveral tree containing this buffer's overlays. */
|
||||
/* The interval tree containing this buffer's overlays. */
|
||||
struct itree_tree *overlays;
|
||||
|
||||
/* Changes in the buffer are recorded here for undo, and t means
|
||||
|
|
|
|||
Loading…
Reference in a new issue