diff lisp/progmodes/compile.el @ 105772:fd7169a87c28

Fix typos in comments. * minibuf.c (Fall_completions): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Oct 2009 15:18:03 +0000
parents a72293bb4ac8
children d1351c2f9b08
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Oct 26 14:59:12 2009 +0000
+++ b/lisp/progmodes/compile.el	Mon Oct 26 15:18:03 2009 +0000
@@ -2339,7 +2339,7 @@
   (goto-char limit)
   nil)
 
-;; Beware: this is not only compatiblity code.  New code stil uses it.  --Stef
+;; Beware: this is not only compatibility code.  New code stil uses it.  --Stef
 (defun compilation-forget-errors ()
   ;; In case we hit the same file/line specs, we want to recompute a new
   ;; marker for them, so flush our cache.