aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ebrowse.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-13 10:09:20 +0000
committerPavel Janík <[email protected]>2002-01-13 10:09:20 +0000
commit110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch)
treee690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/progmodes/ebrowse.el
parent86886bce27fa394fb311e1f47bb4f799e001cf8b (diff)
Fix typo.
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r--lisp/progmodes/ebrowse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 0e1b862e27..b5799b368b 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -3323,7 +3323,7 @@ from point as default. Value is a list (CLASS-NAME MEMBER-NAME)."
(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