aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-31 04:55:29 +0000
committerRichard M. Stallman1995-01-31 04:55:29 +0000
commit5e05d0a56757a4ac0722a7fd2b870645341c2177 (patch)
tree79ac2b9e3dd4a841e603e5ceb83e6bbce529a019 /src/buffer.c
parent0d8b7055ea5d1d06446a12f2864b5d1dc793ebe9 (diff)
downloademacs-5e05d0a56757a4ac0722a7fd2b870645341c2177.tar.gz
emacs-5e05d0a56757a4ac0722a7fd2b870645341c2177.zip
(syms_of_buffer): overwrite-mode doc fix.
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\