diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-26 15:18:03 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-26 15:18:03 +0000 |
commit | 057bce6f17f527439a01b181ecfc11b1c828466d (patch) | |
tree | 5bf8eaede14b78768d2629848cb8bdb99950407b /lisp/progmodes/compile.el | |
parent | 41849bf9cd66bacb9e4d81b3ad01bfbcf6e34392 (diff) | |
download | emacs-057bce6f17f527439a01b181ecfc11b1c828466d.tar.gz |
Fix typos in comments.
* minibuf.c (Fall_completions): Fix typo in docstring.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 5612e64c02d..b12e18a1eaf 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -2339,7 +2339,7 @@ The file-structure looks like this: (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. |