From 2d2972d83ce957bfd15afabcd6fb297f1fd30f41 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 14 Oct 1996 07:54:04 +0000 Subject: [PATCH] Fix typo in comment. --- src/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5