aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-04-04 00:30:02 -0700
committerGlenn Morris <[email protected]>2012-04-04 00:30:02 -0700
commit251c2719e6e5ad5b54285fef31de14cd0773808c (patch)
treebf9b3ac59fff1d6ea5271be60e54fbc6aaedae33 /etc
parentc8d59ba3ed9f2e0e2f4d0cc2b38aa69cc2f380b3 (diff)
Fix commenting convention in PROBLEMS example
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 939ce9f246..cc591d6e1f 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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.