diff options
| author | Richard M. Stallman | 1995-01-31 04:55:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-01-31 04:55:29 +0000 |
| commit | 5e05d0a56757a4ac0722a7fd2b870645341c2177 (patch) | |
| tree | 79ac2b9e3dd4a841e603e5ceb83e6bbce529a019 /src/buffer.c | |
| parent | 0d8b7055ea5d1d06446a12f2864b5d1dc793ebe9 (diff) | |
| download | emacs-5e05d0a56757a4ac0722a7fd2b870645341c2177.tar.gz emacs-5e05d0a56757a4ac0722a7fd2b870645341c2177.zip | |
(syms_of_buffer): overwrite-mode doc fix.
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\ |