Mercurial > emacs
comparison src/buffer.c @ 2217:f650efceb0fb
Doc fix.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Tue, 16 Mar 1993 18:36:27 +0000 |
| parents | e5928bec8d5d |
| children | 6048be0eedcd |
comparison
equal
deleted
inserted
replaced
| 2216:8dfca05a5852 | 2217:f650efceb0fb |
|---|---|
| 1610 | 1610 |
| 1611 DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil, | 1611 DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil, |
| 1612 "Non-nil if self-insertion should replace existing text.\n\ | 1612 "Non-nil if self-insertion should replace existing text.\n\ |
| 1613 If non-nil and not `overwrite-mode-binary', self-insertion still\n\ | 1613 If non-nil and not `overwrite-mode-binary', self-insertion still\n\ |
| 1614 inserts at the end of a line, and inserts when point is before a tab,\n\ | 1614 inserts at the end of a line, and inserts when point is before a tab,\n\ |
| 1615 unless that tab is displaying as only one space.\n\ | 1615 until the tab is filled in.\n\ |
| 1616 If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ | 1616 If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ |
| 1617 Automatically becomes buffer-local when set in any fashion."); | 1617 Automatically becomes buffer-local when set in any fashion."); |
| 1618 | 1618 |
| 1619 DEFVAR_PER_BUFFER ("buffer-display-table", ¤t_buffer->display_table, | 1619 DEFVAR_PER_BUFFER ("buffer-display-table", ¤t_buffer->display_table, |
| 1620 Qnil, | 1620 Qnil, |
