# HG changeset patch # User Pavel Jank # Date 1010661197 0 # Node ID 7cc52563d4fd59ba348688bd41281abec15fef0b # Parent 1ca738b840ce2c3dae079ac0a42abd3f982fbf33 Comment fixes. diff -r 1ca738b840ce -r 7cc52563d4fd src/buffer.h --- a/src/buffer.h Thu Jan 10 09:40:57 2002 +0000 +++ b/src/buffer.h Thu Jan 10 11:13:17 2002 +0000 @@ -199,7 +199,7 @@ while (0) -/* Macros to set PT in the current buffer, or another buffer.. */ +/* Macros to set PT in the current buffer, or another buffer. */ #define SET_PT(position) (set_point (current_buffer, (position))) #define TEMP_SET_PT(position) (temp_set_point (current_buffer, (position))) @@ -540,7 +540,7 @@ This comes before `name' because it is marked in a special way. */ Lisp_Object undo_list; - /* Everything from here down must be a Lisp_Object */ + /* Everything from here down must be a Lisp_Object. */ /* The name of this buffer. */ Lisp_Object name; @@ -593,9 +593,9 @@ /* This buffer's category table. */ Lisp_Object category_table; - /* Values of several buffer-local variables */ + /* Values of several buffer-local variables. */ /* tab-width is buffer-local so that redisplay can find it - in buffers that are not current */ + in buffers that are not current. */ Lisp_Object case_fold_search; Lisp_Object tab_width; Lisp_Object fill_column; @@ -663,7 +663,7 @@ saving. */ Lisp_Object buffer_file_coding_system; - /* List 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