diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 2c7318305ea..76e8c84b543 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -369,7 +369,7 @@ struct buffer | |||
| 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 |