]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-follow-manual-reference): Don't require match
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:03:13 +0000 (05:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:03:13 +0000 (05:03 +0000)
when calling completing-read.

lisp/man.el

index c7cfe1de2fbbce9db3d640f419b6af1ed3721d76..0c26ca4deb87da70aca42b22bd5aaf8e7d95c6d6 100644 (file)
@@ -1198,7 +1198,7 @@ Specify which REFERENCE to use; default is based on word at point."
                            (aheadsym Man-refpages-alist)))
                   chosen
                   (prompt (concat "Refer to: (default " default ") ")))
-             (setq chosen (completing-read prompt Man-refpages-alist nil t))
+             (setq chosen (completing-read prompt Man-refpages-alist))
              (if (or (not chosen)
                      (string= chosen ""))
                  default