]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-bytecomp.el
Spelling and grammar fixes
[gnu-emacs] / lisp / progmodes / cc-bytecomp.el
index 1470b080264b9c99a1f844fc25175e1696ac8179..d3b4db74c160b917171b5bb1ab3d128e95fbc31e 100644 (file)
@@ -315,7 +315,7 @@ CONDITION should not be quoted."
     '(progn)))
 
 (defmacro cc-conditional-require-after-load (cc-part file condition)
-  "If the CONDITION is satified at compile time, (i) force the
+  "If the CONDITION is satisfied at compile time, (i) force the
 file CC-PART.el in the current directory to be loaded at compile
 time, (ii) generate an `eval-after-load' form to load CC-PART.el
 after the loading of FILE.