diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-10-14 07:54:04 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-10-14 07:54:04 +0000 |
commit | 2d2972d83ce957bfd15afabcd6fb297f1fd30f41 (patch) | |
tree | 363fbd00f48be7e356ef9c2a5295931e48ec4ac9 /src/buffer.h | |
parent | 57fdbf402a3f2fe35f7391456c6289ce4633b47b (diff) | |
download | emacs-2d2972d83ce957bfd15afabcd6fb297f1fd30f41.tar.gz |
Fix typo in comment.
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 /* 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 |