Fix commenting convention in PROBLEMS example

This commit is contained in:
Glenn Morris 2012-04-04 00:30:02 -07:00
parent c8d59ba3ed
commit 251c2719e6

View file

@ -2258,10 +2258,10 @@ printer drivers. A workaround on MS-Windows is to use Windows' basic
built in editor to print (this is possibly the only useful purpose it
has):
(setq printer-name "") ;; notepad takes the default
(setq lpr-command "notepad") ;; notepad
(setq lpr-switches nil) ;; not needed
(setq lpr-printer-switch "/P") ;; run notepad as batch printer
(setq printer-name "") ; notepad takes the default
(setq lpr-command "notepad") ; notepad
(setq lpr-switches nil) ; not needed
(setq lpr-printer-switch "/P") ; run notepad as batch printer
** Antivirus software interacts badly with the MS-Windows version of Emacs.