diff options
| author | Jim Blandy | 1993-03-16 18:36:27 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-16 18:36:27 +0000 |
| commit | 2e94b813469ad3d55695c3fda31026bbdb899db5 (patch) | |
| tree | c6f3a0a950b101e63c904d3e7b5b33c57ca6ce6c /src | |
| parent | 1db01b1ab5e321cce8de06006766ce1b8b7a17e7 (diff) | |
| download | emacs-2e94b813469ad3d55695c3fda31026bbdb899db5.tar.gz emacs-2e94b813469ad3d55695c3fda31026bbdb899db5.zip | |
Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index aec489eab56..e1e46445b1e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1612,7 +1612,7 @@ Automatically becomes buffer-local when set in any fashion."); | |||
| 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 | ||