]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): overwrite-mode doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Jan 1995 04:55:29 +0000 (04:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Jan 1995 04:55:29 +0000 (04:55 +0000)
src/buffer.c

index 052413ba64fcfc3704fe9ac30aa40af7c4910441..1992937cbfc79190a74c42b425d1fb8db55dd1aa 100644 (file)
@@ -3049,7 +3049,9 @@ Automatically becomes buffer-local when set in any fashion.");
 
   DEFVAR_PER_BUFFER ("overwrite-mode", &current_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\