comparison src/buffer.h @ 16442:e07564b5ca82

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Mon, 14 Oct 1996 07:54:04 +0000
parents 7397d7d0ed17
children 78f7b873184b
comparison
equal deleted inserted replaced
16441:9dc3983ef65f 16442:e07564b5ca82
367 Lisp_Object overlays_after; 367 Lisp_Object overlays_after;
368 368
369 /* Position where the overlay lists are centered. */ 369 /* Position where the overlay lists are centered. */
370 Lisp_Object overlay_center; 370 Lisp_Object overlay_center;
371 371
372 /* Lisp of symbols naming the file format used for visited file. */ 372 /* List of symbols naming the file format used for visited file. */
373 Lisp_Object file_format; 373 Lisp_Object file_format;
374 374
375 /* True if the newline position cache and width run cache are 375 /* True if the newline position cache and width run cache are
376 enabled. See search.c and indent.c. */ 376 enabled. See search.c and indent.c. */
377 Lisp_Object cache_long_line_scans; 377 Lisp_Object cache_long_line_scans;