Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/buffer.h Sun Oct 13 15:34:06 1996 +0000 +++ b/src/buffer.h Mon Oct 14 07:54:04 1996 +0000 @@ -369,7 +369,7 @@ /* Position where the overlay lists are centered. */ Lisp_Object overlay_center; - /* Lisp of symbols naming the file format used for visited file. */ + /* List of symbols naming the file format used for visited file. */ Lisp_Object file_format; /* True if the newline position cache and width run cache are
