Mercurial > emacs
comparison src/buffer.h @ 13239:bb56f8799f36
Comment changes.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 19 Oct 1995 00:08:57 +0000 |
| parents | d12f56be7f87 |
| children | 4e7bb697c847 |
comparison
equal
deleted
inserted
replaced
| 13238:10a489bbf5c3 | 13239:bb56f8799f36 |
|---|---|
| 306 Lisp_Object auto_fill_function; | 306 Lisp_Object auto_fill_function; |
| 307 /* nil: text, t: binary. | 307 /* nil: text, t: binary. |
| 308 This value is meaningful only on certain operating systems. */ | 308 This value is meaningful only on certain operating systems. */ |
| 309 Lisp_Object buffer_file_type; | 309 Lisp_Object buffer_file_type; |
| 310 | 310 |
| 311 /* String of length 256 mapping each char to its lower-case version. */ | 311 /* Case table for case-conversion in this buffer. |
| 312 This char-table maps each char into its lower-case version. */ | |
| 312 Lisp_Object downcase_table; | 313 Lisp_Object downcase_table; |
| 313 /* String of length 256 mapping each char to its upper-case version. */ | 314 /* Char-table mapping each char to its upper-case version. */ |
| 314 Lisp_Object upcase_table; | 315 Lisp_Object upcase_table; |
| 315 /* Translate table for case-folding search. */ | 316 /* Char-table for conversion for case-folding search. */ |
| 316 Lisp_Object case_canon_table; | 317 Lisp_Object case_canon_table; |
| 317 /* Inverse translate (equivalence class) table for case-folding search. */ | 318 /* Char-table of equivalences for case-folding search. */ |
| 318 Lisp_Object case_eqv_table; | 319 Lisp_Object case_eqv_table; |
| 319 | 320 |
| 320 /* Non-nil means do not display continuation lines. */ | 321 /* Non-nil means do not display continuation lines. */ |
| 321 Lisp_Object truncate_lines; | 322 Lisp_Object truncate_lines; |
| 322 /* Non-nil means display ctl chars with uparrow. */ | 323 /* Non-nil means display ctl chars with uparrow. */ |
