diff options
| author | Glenn Morris | 2017-04-08 13:16:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-04-08 13:16:08 -0700 |
| commit | bca1fde85f44d0cb04aec25b0a93d37bbd757460 (patch) | |
| tree | 1fbc47f3b0b15acbfddb73eacf61ad58940ede79 /doc/misc | |
| parent | b7d61609bd2a5a97b63733a4c16194850e48de2a (diff) | |
| download | emacs-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/misc')
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 2 |
2 files changed, 3 insertions, 3 deletions
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 |
| 26379 | This is an alist that says how to translate characters in file names. | 26379 | This is an alist that says how to translate characters in file names. |
| 26380 | For instance, if @samp{:} is invalid as a file character in file names | 26380 | For instance, if @samp{:} is invalid as a file character in file names |
| 26381 | on your system (you OS/2 user you), you could say something like: | 26381 | on 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 | ||
| 26390 | In fact, this is the default value for this variable on OS/2 and MS | 26390 | In fact, this is (part of) the default value for this variable on MS |
| 26391 | Windows (phooey) systems. | 26391 | Windows (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 |
| 1768 | The value of this variable is the function symbol used to expand wildcard | 1768 | The value of this variable is the function symbol used to expand wildcard |
| 1769 | symbols. This is platform-dependent. The default tries to set this variable | 1769 | symbols. This is platform-dependent. The default tries to set this variable |
| 1770 | to work with most shells, MS Windows, OS/2, etc. However, if it | 1770 | to work with most shells, MS Windows, etc. However, if it |
| 1771 | doesn't work the way you expect, you should write your own. | 1771 | doesn't work the way you expect, you should write your own. |
| 1772 | Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in | 1772 | Use @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. |