]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Thu, 20 Jul 2000 06:59:46 +0000 (06:59 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 20 Jul 2000 06:59:46 +0000 (06:59 +0000)
lisp/eshell/em-cmpl.el

index cc54957360438bd3130d6b83f6d6768917b3f8b8..a0668f7d57a32a27cd6c300a1a40d087770e1c98 100644 (file)
@@ -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.