aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ebrowse.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-20 18:59:32 +0000
committerPavel Janík <[email protected]>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/progmodes/ebrowse.el
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
Doc fixes.
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r--lisp/progmodes/ebrowse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 77782ccf85..0e1b862e27 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -3322,8 +3322,8 @@ from point as default. Value is a list (CLASS-NAME MEMBER-NAME)."
(name (ebrowse-ignoring-completion-case
(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.
+ ;; Cannot rely on `try-completion' returning t for exact
+ ;; matches! It returns the 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