aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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", &current_buffer->overwrite_mode, Qnil, 3050 DEFVAR_PER_BUFFER ("overwrite-mode", &current_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\
3052If non-nil and not `overwrite-mode-binary', self-insertion still\n\ 3052The value should be one of `overwrite-mode-textual',\n\
3053`overwrite-mode-binary', or nil.\n\
3054If it is `overwrite-mode-textual', self-insertion still\n\
3053inserts at the end of a line, and inserts when point is before a tab,\n\ 3055inserts at the end of a line, and inserts when point is before a tab,\n\
3054until the tab is filled in.\n\ 3056until the tab is filled in.\n\
3055If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ 3057If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\