Mercurial > emacs
changeset 10611:eafe5efc009b
(syms_of_buffer): overwrite-mode doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 31 Jan 1995 04:55:29 +0000 |
parents | ec47b0eee1db |
children | 8f3da98bd144 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Tue Jan 31 01:53:55 1995 +0000 +++ b/src/buffer.c Tue Jan 31 04:55:29 1995 +0000 @@ -3049,7 +3049,9 @@ DEFVAR_PER_BUFFER ("overwrite-mode", ¤t_buffer->overwrite_mode, Qnil, "Non-nil if self-insertion should replace existing text.\n\ -If non-nil and not `overwrite-mode-binary', self-insertion still\n\ +The value should be one of `overwrite-mode-textual',\n\ +`overwrite-mode-binary', or nil.\n\ +If it is `overwrite-mode-textual', self-insertion still\n\ inserts at the end of a line, and inserts when point is before a tab,\n\ until the tab is filled in.\n\ If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\