aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorPaul Eggert2011-11-19 18:29:42 -0800
committerPaul Eggert2011-11-19 18:29:42 -0800
commite1dbe924b53c541fdf238a5a722b7177d5c8760b (patch)
treecef637ee7849fac3160c668f88e0f761305f87d3 /lisp/eshell
parent7fb18e9ef9edb3b47cf463babe83922f9310a473 (diff)
downloademacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.tar.gz
emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.zip
Spelling fixes.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-pred.el2
-rw-r--r--lisp/eshell/em-term.el2
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
174FILE ATTRIBUTES: 174FILE 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.