changeset 30338:410bf1054bbd

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Jul 2000 06:59:46 +0000
parents 5861c80aa795
children 70d759570f7a
files lisp/eshell/em-cmpl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-cmpl.el	Wed Jul 19 22:05:09 2000 +0000
+++ b/lisp/eshell/em-cmpl.el	Thu Jul 20 06:59:46 2000 +0000
@@ -51,7 +51,7 @@
 ;;
 ;; 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.