Doc fixes.
[bpt/emacs.git] / lisp / progmodes / ebrowse.el
index 77782cc..0e1b862 100644 (file)
@@ -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