diff lisp/progmodes/ebrowse.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 7308bbc423d5
children 29f787bccb84
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el	Sun Jan 13 09:56:13 2002 +0000
+++ b/lisp/progmodes/ebrowse.el	Sun Jan 13 10:09:20 2002 +0000
@@ -3323,7 +3323,7 @@
 			   (completing-read prompt alist nil nil member-name)))
 		   (completion-result (try-completion name alist)))
 	      ;; Cannot rely on `try-completion' returning t for exact
-	      ;; matches!  It returns the the name as a string.
+	      ;; matches!  It returns the name as a string.
 	      (unless (setq member-info (gethash name members))
 		(if (y-or-n-p "No exact match found.  Try substrings? ")
 		    (setq name