]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix commenting convention in PROBLEMS example
authorGlenn Morris <rgm@gnu.org>
Wed, 4 Apr 2012 07:30:02 +0000 (00:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 Apr 2012 07:30:02 +0000 (00:30 -0700)
etc/PROBLEMS

index 939ce9f246d9749fcaca3d2d18a0a07609eeb43c..cc591d6e1fe33ec05d01181213ab49e30ff64b02 100644 (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.