-{section: Emacs Settings for Condor Coding Style}
+{section: Emacs Settings for HTCondor Coding Style}
 
-You're a new Condor developer. You've read the Condor coding guidelines (=src/CODING_GUIDELINES= from any Condor source tree you've checked out of CVS). Like any sane person, you prefer to use emacs to edit the Condor source. ;)
+You're a new HTCondor developer. You've read the HTCondor coding guidelines (=src/CODING_GUIDELINES= from any HTCondor source tree you've checked out of CVS). Like any sane person, you prefer to use emacs to edit the HTCondor source. ;)
 
 Here's what you should put the following into your .emacs file and emacs will do all the right things whenever you edit a file that puts you into c-mode:
 ====
 {code}
-;; set up c-mode for Condor
+;; set up c-mode for HTCondor
 
 (setq c-mode-common-hook
       (function (lambda ()