diff options
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r-- | lisp/progmodes/ebrowse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 0e1b862e270..b5799b368b4 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 |