diff options
| author | Paul Eggert | 2011-11-19 18:29:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-19 18:29:42 -0800 |
| commit | e1dbe924b53c541fdf238a5a722b7177d5c8760b (patch) | |
| tree | cef637ee7849fac3160c668f88e0f761305f87d3 /lisp/eshell | |
| parent | 7fb18e9ef9edb3b47cf463babe83922f9310a473 (diff) | |
| download | emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.tar.gz emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-pred.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-term.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 2308e08ed62..e45b36e3511 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -173,7 +173,7 @@ OWNERSHIP: | |||
| 173 | 173 | ||
| 174 | FILE ATTRIBUTES: | 174 | FILE ATTRIBUTES: |
| 175 | l[+-]N +/-/= N links | 175 | l[+-]N +/-/= N links |
| 176 | a[Mwhms][+-](N|'FILE') access time +/-/= N mnths/weeks/hours/mins/secs | 176 | a[Mwhms][+-](N|'FILE') access time +/-/= N months/weeks/hours/mins/secs |
| 177 | (days if unspecified) if FILE specified, | 177 | (days if unspecified) if FILE specified, |
| 178 | use as comparison basis; so a+'file.c' | 178 | use as comparison basis; so a+'file.c' |
| 179 | shows files accessed before file.c was | 179 | shows files accessed before file.c was |
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 7d5fbbeabeb..bd575a0f809 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; At the moment, eshell is stream-based in its interactive input and | 24 | ;; At the moment, eshell is stream-based in its interactive input and |
| 25 | ;; output. This means that full-screen commands, such as "vi" or | 25 | ;; output. This means that full-screen commands, such as "vi" or |
| 26 | ;; "lynx", will not display correctly. These are therefore thought of | 26 | ;; "lynx", will not display correctly. These are therefore thought of |
| 27 | ;; as "visual" programs. In order to run these progrem under Emacs, | 27 | ;; as "visual" programs. In order to run these programs under Emacs, |
| 28 | ;; Eshell uses the term.el package, and invokes them in a separate | 28 | ;; Eshell uses the term.el package, and invokes them in a separate |
| 29 | ;; buffer, giving the illusion that Eshell itself is allowing these | 29 | ;; buffer, giving the illusion that Eshell itself is allowing these |
| 30 | ;; visual processes to execute. | 30 | ;; visual processes to execute. |