aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-03-16 18:36:27 +0000
committerJim Blandy1993-03-16 18:36:27 +0000
commit2e94b813469ad3d55695c3fda31026bbdb899db5 (patch)
treec6f3a0a950b101e63c904d3e7b5b33c57ca6ce6c
parent1db01b1ab5e321cce8de06006766ce1b8b7a17e7 (diff)
downloademacs-2e94b813469ad3d55695c3fda31026bbdb899db5.tar.gz
emacs-2e94b813469ad3d55695c3fda31026bbdb899db5.zip
Doc fix.
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
-rw-r--r--src/buffer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index eb2b1a22c31..bab4e9de04d 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -1258,7 +1258,7 @@ With argument, insert value in current buffer after the form."
1258 ;; (emacs-lisp-mode) 1258 ;; (emacs-lisp-mode)
1259 (setq case-fold-search nil) 1259 (setq case-fold-search nil)
1260 1260
1261 ;; This is a kludge. Some operating systems (OS/2) need to 1261 ;; This is a kludge. Some operating systems (OS/2, DOS) need to
1262 ;; write files containing binary information specially. 1262 ;; write files containing binary information specially.
1263 ;; Under most circumstances, such files will be in binary 1263 ;; Under most circumstances, such files will be in binary
1264 ;; overwrite mode, so those OS's use that flag to guess how 1264 ;; overwrite mode, so those OS's use that flag to guess how
diff --git a/src/buffer.c b/src/buffer.c
index aec489eab56..e1e46445b1e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1612,7 +1612,7 @@ Automatically becomes buffer-local when set in any fashion.");
1612 "Non-nil if self-insertion should replace existing text.\n\ 1612 "Non-nil if self-insertion should replace existing text.\n\
1613If non-nil and not `overwrite-mode-binary', self-insertion still\n\ 1613If non-nil and not `overwrite-mode-binary', self-insertion still\n\
1614inserts at the end of a line, and inserts when point is before a tab,\n\ 1614inserts at the end of a line, and inserts when point is before a tab,\n\
1615unless that tab is displaying as only one space.\n\ 1615until the tab is filled in.\n\
1616If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\ 1616If `overwrite-mode-binary', self-insertion replaces newlines and tabs too.\n\
1617Automatically becomes buffer-local when set in any fashion."); 1617Automatically becomes buffer-local when set in any fashion.");
1618 1618