diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-20 06:59:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-20 06:59:46 +0000 |
commit | e2500a0a17a709ba0e661d8954c85c9d0febff2e (patch) | |
tree | 83226086abe3cb328a429355c85666eadaf5dbcb /lisp/eshell | |
parent | 7866252d62b18fa2ba543d6023c290e024dbdeac (diff) | |
download | emacs-e2500a0a17a709ba0e661d8954c85c9d0febff2e.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-cmpl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index cc549573604..a0668f7d57a 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -51,7 +51,7 @@ variable names, arguments, etc." ;; ;; The completion facility is very easy to use. Just press TAB. If ;; there are a large number of possible completions, a buffer will -;; appearing showing a list of them. Completions may be selected from +;; appear showing a list of them. Completions may be selected from ;; that buffer using the mouse. If no completion is selected, and the ;; user starts doing something else, the display buffer will ;; automatically disappear. |