diff options
| author | Paul Eggert | 2015-04-19 23:59:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-19 23:59:46 -0700 |
| commit | 8f1eda7a8a7e268413e38fa9d704a92cf7a860d5 (patch) | |
| tree | 40cff1e856cd7a2bb2448e798d321e367ed2d5f4 /lisp/eshell | |
| parent | 9099d45df734f63145d414a0e1205245973c9efb (diff) | |
| download | emacs-8f1eda7a8a7e268413e38fa9d704a92cf7a860d5.tar.gz emacs-8f1eda7a8a7e268413e38fa9d704a92cf7a860d5.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 54e52b9e7c2..222e801301b 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -873,7 +873,7 @@ When run interactively, widen the buffer first." | |||
| 873 | 873 | ||
| 874 | (defun eshell/clear (&optional scrollback) | 874 | (defun eshell/clear (&optional scrollback) |
| 875 | "Scroll contents of eshell window out of sight, leaving a blank window. | 875 | "Scroll contents of eshell window out of sight, leaving a blank window. |
| 876 | If SCROLLBACK is non-nil, clear the scollback contents." | 876 | If SCROLLBACK is non-nil, clear the scrollback contents." |
| 877 | (interactive) | 877 | (interactive) |
| 878 | (if scrollback | 878 | (if scrollback |
| 879 | (eshell/clear-scrollback) | 879 | (eshell/clear-scrollback) |