diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/comint.el | |
parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index db0f5b8b460..d3274eb1164 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2969,7 +2969,7 @@ This is a good thing to set in mode hooks.") Word constituents are considered to be those in WORD-CHARS, which is like the inside of a \"[...]\" (see `skip-chars-forward'), plus all non-ASCII characters." ;; FIXME: Need to handle "..." and '...' quoting in shell.el! - ;; This should be combined with pomplete-parsing somehow. + ;; This should be combined with completion parsing somehow. (save-excursion (let ((here (point)) giveup) |