aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorKarl Heuer1996-10-14 07:54:04 +0000
committerKarl Heuer1996-10-14 07:54:04 +0000
commit2d2972d83ce957bfd15afabcd6fb297f1fd30f41 (patch)
tree363fbd00f48be7e356ef9c2a5295931e48ec4ac9 /src/buffer.h
parent57fdbf402a3f2fe35f7391456c6289ce4633b47b (diff)
downloademacs-2d2972d83ce957bfd15afabcd6fb297f1fd30f41.tar.gz
emacs-2d2972d83ce957bfd15afabcd6fb297f1fd30f41.zip
Fix typo in comment.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
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