aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2017-04-08 13:16:08 -0700
committerGlenn Morris2017-04-08 13:16:08 -0700
commitbca1fde85f44d0cb04aec25b0a93d37bbd757460 (patch)
tree1fbc47f3b0b15acbfddb73eacf61ad58940ede79 /doc
parentb7d61609bd2a5a97b63733a4c16194850e48de2a (diff)
downloademacs-bca1fde85f44d0cb04aec25b0a93d37bbd757460.tar.gz
emacs-bca1fde85f44d0cb04aec25b0a93d37bbd757460.zip
Remove references to OS/2 in code, doc, and comments
* lisp/gnus/nnheader.el (nnheader-read-timeout) (nnheader-file-name-translation-alist): Remove OS/2 case, and simplify. * lisp/emulation/viper-util.el (viper-color-defined-p): * lisp/net/pop3.el (pop3-read-timeout): * lisp/net/imap.el (imap-read-timeout): * lisp/url/url-privacy.el (url-setup-privacy-info): Remove OS/2 case. * lisp/emulation/viper-ex.el (viper-glob-function): * lisp/vc/ediff-util.el (ediff-submit-report): Doc fix. * lisp/cus-edit.el (custom-display): Remove "pm" (OS/2). * doc/emacs/msdos-xtra.texi (MS-DOS): * doc/misc/gnus.texi (Various Various): * doc/misc/viper.texi (Rudimentary Changes): Remove mentions of OS/2. ; * lisp/url/url.el, lisp/url/url-vars.el: ; * lisp/progmodes/cperl-mode.el: Remove old comments.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/msdos-xtra.texi2
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/viper.texi2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/msdos-xtra.texi b/doc/emacs/msdos-xtra.texi
index 4ac734ed3d3..0d98dc81c1e 100644
--- a/doc/emacs/msdos-xtra.texi
+++ b/doc/emacs/msdos-xtra.texi
@@ -22,7 +22,7 @@ current operating systems Windows is in
22@end ifnottex 22@end ifnottex
23 23
24 If you build Emacs for MS-DOS, the binary will also run on Windows 24 If you build Emacs for MS-DOS, the binary will also run on Windows
253.X, Windows NT, Windows 9X/ME, Windows 2000/XP, or OS/2 as a DOS 253.X, Windows NT, Windows 9X/ME, or Windows 2000/XP as a DOS
26application; all of this chapter applies for all of those systems, if 26application; all of this chapter applies for all of those systems, if
27you use an Emacs that was built for MS-DOS. 27you use an Emacs that was built for MS-DOS.
28 28
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index ceeb42b9182..f60a6a43774 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -26378,7 +26378,7 @@ read when doing the operation described above.
26378@cindex characters in file names 26378@cindex characters in file names
26379This is an alist that says how to translate characters in file names. 26379This is an alist that says how to translate characters in file names.
26380For instance, if @samp{:} is invalid as a file character in file names 26380For instance, if @samp{:} is invalid as a file character in file names
26381on your system (you OS/2 user you), you could say something like: 26381on your system (you MS Windows user you), you could say something like:
26382 26382
26383@lisp 26383@lisp
26384@group 26384@group
@@ -26387,7 +26387,7 @@ on your system (you OS/2 user you), you could say something like:
26387@end group 26387@end group
26388@end lisp 26388@end lisp
26389 26389
26390In fact, this is the default value for this variable on OS/2 and MS 26390In fact, this is (part of) the default value for this variable on MS
26391Windows (phooey) systems. 26391Windows (phooey) systems.
26392 26392
26393@item gnus-hidden-properties 26393@item gnus-hidden-properties
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 3e944d99e7f..745d5fadf62 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -1767,7 +1767,7 @@ Function used by the command @kbd{#c<move>} to spell.
1767@item viper-glob-function 1767@item viper-glob-function
1768The value of this variable is the function symbol used to expand wildcard 1768The value of this variable is the function symbol used to expand wildcard
1769symbols. This is platform-dependent. The default tries to set this variable 1769symbols. This is platform-dependent. The default tries to set this variable
1770to work with most shells, MS Windows, OS/2, etc. However, if it 1770to work with most shells, MS Windows, etc. However, if it
1771doesn't work the way you expect, you should write your own. 1771doesn't work the way you expect, you should write your own.
1772Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in 1772Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in
1773@file{viper-util.el} as examples. 1773@file{viper-util.el} as examples.