diff options
Diffstat (limited to 'lisp/eshell/em-cmpl.el')
-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. |