diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 052413ba64f..1992937cbfc 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3049,7 +3049,9 @@ Automatically becomes buffer-local when set in any fashion."); | |||
| 3049 | 3049 | ||
| 3050 | DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil, | 3050 | DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil, |
| 3051 | "Non-nil if self-insertion should replace existing text.\n\ | 3051 | "Non-nil if self-insertion should replace existing text.\n\ |
| 3052 | If non-nil and not `overwrite-mode-binary', self-insertion still\n\ | 3052 | The value should be one of `overwrite-mode-textual',\n\ |
| 3053 | `overwrite-mode-binary', or nil.\n\ | ||
| 3054 | If it is `overwrite-mode-textual', self-insertion still\n\ | ||
| 3053 | inserts at the end of a line, and inserts when point is before a tab,\n\ | 3055 | inserts at the end of a line, and inserts when point is before a tab,\n\ |
| 3054 | until the tab is filled in.\n\ | 3056 | until the tab is filled in.\n\ |
| 3055 | If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ | 3057 | If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ |