diff options
| author | Paul Eggert | 2011-11-17 01:09:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-17 01:09:20 -0800 |
| commit | 4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch) | |
| tree | 04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/eshell | |
| parent | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff) | |
| download | emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 9abb0c8ecc0..43d56a5b89f 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -607,7 +607,7 @@ will return the parsed command." | |||
| 607 | (setq command (eshell-parse-command (cons beg end) | 607 | (setq command (eshell-parse-command (cons beg end) |
| 608 | args t))))) | 608 | args t))))) |
| 609 | (ignore | 609 | (ignore |
| 610 | (message "Expecting completion of delimeter %c ..." | 610 | (message "Expecting completion of delimiter %c ..." |
| 611 | (if (listp delim) | 611 | (if (listp delim) |
| 612 | (car delim) | 612 | (car delim) |
| 613 | delim))) | 613 | delim))) |