aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/printing.el
diff options
context:
space:
mode:
authorStefan Kangas2024-06-20 13:30:11 +0200
committerStefan Kangas2024-06-20 13:30:11 +0200
commit41cbfead7e2bce2f563e37a9a737a00a7b86e7f1 (patch)
treead0fb06eb37527de62ba9329cdec88c7daf790a3 /lisp/printing.el
parent74af691b90e69eb70d47782419edfab7d6503dc2 (diff)
downloademacs-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.el6
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
1328DIRECTORY It should be a string or a symbol. If it's a symbol, it should 1328DIRECTORY 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.
5462When using `pr-path-alist' to find COMMAND, the entries `cygwin', `windows' and 5462When 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
5465If Emacs is running on Windows 95/98/NT/2000, tries to find COMMAND, 5465If Emacs is running on Windows 98/NT/2000, tries to find COMMAND,
5466COMMAND.exe, COMMAND.bat and COMMAND.com in this order." 5466COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
5467 (if (string= command "") 5467 (if (string= command "")
5468 command 5468 command