diff options
author | Reuben Thomas <rrt@sc3d.org> | 2014-08-07 10:55:09 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2014-08-07 10:55:09 +0100 |
commit | df514ccf9b9e6a4a3864d57c92425b7d7de1fd7b (patch) | |
tree | f041962dcd5ea00fa2875674950d9e02fdea7151 /lisp/frame.el | |
parent | ddc4ed129b9758985cc25d4d104e750de558df56 (diff) | |
download | emacs-df514ccf9b9e6a4a3864d57c92425b7d7de1fd7b.tar.gz emacs-df514ccf9b9e6a4a3864d57c92425b7d7de1fd7b.tar.bz2 emacs-df514ccf9b9e6a4a3864d57c92425b7d7de1fd7b.zip |
Refer to MS-DOS using the same name everywhere.
* admin/FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
``MS-DOS''; ``msdog'' in filenames becomes ``msdos''.
* admin/MAINTAINERS: ditto.
* doc/emacs/Makefile.in (EMACSSOURCES): ditto.
* doc/emacs/emacs-xtra.texi: ditto.
* doc/emacs/emacs.texi: ditto.
* doc/emacs/makefile.w32-in: ditto.
* doc/emacs/msdog-xtra.texi: ditto, and rename file.
* doc/emacs/msdog.texi: ditto, and rename file.
* lisp/arc-mode.el: ditto.
* lisp/frame.el: ditto.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index d3e84d21024..d528eef6735 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1344,8 +1344,8 @@ frame's display)." (let ((frame-type (framep-on-display display))) (cond ((eq frame-type 'pc) - ;; MS-DOG frames support selections when Emacs runs inside - ;; the Windows' DOS Box. + ;; MS-DOS frames support selections when Emacs runs inside + ;; a Windows DOS Box. (with-no-warnings (not (null dos-windows-version)))) ((memq frame-type '(x w32 ns)) |