diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
commit | 110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch) | |
tree | e690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/progmodes/ebrowse.el | |
parent | 86886bce27fa394fb311e1f47bb4f799e001cf8b (diff) | |
download | emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.gz |
Fix typo.
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 |