From: Eli Zaretskii Date: Thu, 20 Jul 2000 06:59:46 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.90~2718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2696c102104490909fb9e2bc19a5b417676e6da6;p=emacs.git Fix a typo in a comment. --- 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.