diff options
| author | Stefan Kangas | 2024-06-20 13:30:11 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-20 13:30:11 +0200 |
| commit | 41cbfead7e2bce2f563e37a9a737a00a7b86e7f1 (patch) | |
| tree | ad0fb06eb37527de62ba9329cdec88c7daf790a3 /lisp/printing.el | |
| parent | 74af691b90e69eb70d47782419edfab7d6503dc2 (diff) | |
| download | emacs-41cbfead7e2bce2f563e37a9a737a00a7b86e7f1.tar.gz emacs-41cbfead7e2bce2f563e37a9a737a00a7b86e7f1.zip | |
Remove more references to Windows 95
* doc/lispref/frames.texi (Window System Selections):
* doc/misc/ediff.texi (Patch and Diff Programs):
* doc/misc/efaq-w32.texi (Third-party multibyte, Swap Caps NT)
(Subprocesses and floppy drive):
* etc/PROBLEMS:
* lisp/printing.el (pr-path-alist, pr-command):
* lisp/ps-print.el: Remove more references to Windows 95, which is not
supported by Emacs.
Diffstat (limited to 'lisp/printing.el')
| -rw-r--r-- | lisp/printing.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index d9bc97d48af..404d1be619f 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -1320,10 +1320,10 @@ ENTRY It's a symbol, used to identify this entry. | |||
| 1320 | Unix system. | 1320 | Unix system. |
| 1321 | 1321 | ||
| 1322 | `cygwin' this entry is used when Emacs is running on Windows | 1322 | `cygwin' this entry is used when Emacs is running on Windows |
| 1323 | 95/98/NT/2000 with Cygwin. | 1323 | 98/NT/2000 with Cygwin. |
| 1324 | 1324 | ||
| 1325 | `windows' this entry is used when Emacs is running on Windows | 1325 | `windows' this entry is used when Emacs is running on Windows |
| 1326 | 95/98/NT/2000. | 1326 | 98/NT/2000. |
| 1327 | 1327 | ||
| 1328 | DIRECTORY It should be a string or a symbol. If it's a symbol, it should | 1328 | DIRECTORY It should be a string or a symbol. If it's a symbol, it should |
| 1329 | exist an equal entry in `pr-path-alist'. If it's a string, | 1329 | exist an equal entry in `pr-path-alist'. If it's a string, |
| @@ -5462,7 +5462,7 @@ otherwise, gives an error. | |||
| 5462 | When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and | 5462 | When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and |
| 5463 | `unix' are used (see `pr-path-alist' for documentation). | 5463 | `unix' are used (see `pr-path-alist' for documentation). |
| 5464 | 5464 | ||
| 5465 | If Emacs is running on Windows 95/98/NT/2000, tries to find COMMAND, | 5465 | If Emacs is running on Windows 98/NT/2000, tries to find COMMAND, |
| 5466 | COMMAND.exe, COMMAND.bat and COMMAND.com in this order." | 5466 | COMMAND.exe, COMMAND.bat and COMMAND.com in this order." |
| 5467 | (if (string= command "") | 5467 | (if (string= command "") |
| 5468 | command | 5468 | command |