diff options
| author | Jim Blandy | 1993-03-16 18:36:27 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-16 18:36:27 +0000 |
| commit | 2e94b813469ad3d55695c3fda31026bbdb899db5 (patch) | |
| tree | c6f3a0a950b101e63c904d3e7b5b33c57ca6ce6c /lisp | |
| parent | 1db01b1ab5e321cce8de06006766ce1b8b7a17e7 (diff) | |
| download | emacs-2e94b813469ad3d55695c3fda31026bbdb899db5.tar.gz emacs-2e94b813469ad3d55695c3fda31026bbdb899db5.zip | |
Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 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 |