diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
commit | b0b199744d35273a496b8e9189a28a83c70191da (patch) | |
tree | a9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/progmodes/prolog.el | |
parent | 5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff) | |
download | emacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r-- | lisp/progmodes/prolog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 121ce8e0430..24ca78ad4ef 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -1569,7 +1569,7 @@ For use with the `compilation-parse-errors-function' variable." limit t) (setq filepath (match-string 2))) - ;; ###### Does this work with SICStus under Windows (i.e. backslahes and stuff?) + ;; ###### Does this work with SICStus under Windows (i.e. backslashes and stuff?) (if (string-match "\\(.*/\\)\\([^/]*\\)$" filepath) (progn (setq dir (match-string 1 filepath)) |