# HG changeset patch # User Jim Blandy # Date 732306987 0 # Node ID f650efceb0fbead08a864ff74d25a121c7ecbd24 # Parent 8dfca05a5852a824a0a189270df260db73982f63 Doc fix. diff -r 8dfca05a5852 -r f650efceb0fb lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Tue Mar 16 18:35:04 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue Mar 16 18:36:27 1993 +0000 @@ -1258,7 +1258,7 @@ ;; (emacs-lisp-mode) (setq case-fold-search nil) - ;; This is a kludge. Some operating systems (OS/2) need to + ;; This is a kludge. Some operating systems (OS/2, DOS) need to ;; write files containing binary information specially. ;; Under most circumstances, such files will be in binary ;; overwrite mode, so those OS's use that flag to guess how diff -r 8dfca05a5852 -r f650efceb0fb src/buffer.c --- a/src/buffer.c Tue Mar 16 18:35:04 1993 +0000 +++ b/src/buffer.c Tue Mar 16 18:36:27 1993 +0000 @@ -1612,7 +1612,7 @@ "Non-nil if self-insertion should replace existing text.\n\ If non-nil and not `overwrite-mode-binary', self-insertion still\n\ inserts at the end of a line, and inserts when point is before a tab,\n\ -unless that tab is displaying as only one space.\n\ +until the tab is filled in.\n\ If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ Automatically becomes buffer-local when set in any fashion.");