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, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e254db179c7..aec489eab56 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1610,6 +1610,10 @@ Automatically becomes buffer-local when set in any fashion.");
1610 1610
1611 DEFVAR_PER_BUFFER ("overwrite-mode", &current_buffer->overwrite_mode, Qnil, 1611 DEFVAR_PER_BUFFER ("overwrite-mode", &current_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\
1613If non-nil and not `overwrite-mode-binary', self-insertion still\n\
1614inserts at the end of a line, and inserts when point is before a tab,\n\
1615unless that tab is displaying as only one space.\n\
1616If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\
1613Automatically becomes buffer-local when set in any fashion."); 1617Automatically becomes buffer-local when set in any fashion.");
1614 1618
1615 DEFVAR_PER_BUFFER ("buffer-display-table", &current_buffer->display_table, 1619 DEFVAR_PER_BUFFER ("buffer-display-table", &current_buffer->display_table,