# HG changeset patch # User Kim F. Storm # Date 1022185257 0 # Node ID 8e25c7fbd1df0921d7686de8aca163656a9640c9 # Parent 179d9a61dd8c58615874aceb089ee4b1a6658bbb *** empty log message *** diff -r 179d9a61dd8c -r 8e25c7fbd1df lisp/ChangeLog --- a/lisp/ChangeLog Thu May 23 17:22:24 2002 +0000 +++ b/lisp/ChangeLog Thu May 23 20:20:57 2002 +0000 @@ -1,5 +1,12 @@ 2002-05-23 Kim F. Storm + * apropos.el (apropos-true-hit, apropos-false-hit-symbol) + (apropos-false-hit-str, apropos-true-hit-doc): New functions. + (apropos-command, apropos-value, apropos-documentation-internal) + (apropos-documentation-check-doc-file) + (apropos-documentation-check-elc-file): Use them to filter out + false matches where only one keyword matches, but more than once. + * apropos.el (apropos-show-scores, apropos-orig-regexp) (apropos-all-regexp, apropos-synonyms, apropos-words) (apropos-all-words): New variables. @@ -11,7 +18,7 @@ (apropos-documentation-check-doc-file) (apropos-documentation-check-elc-file): Added scoring. (apropos-print): Sort according to score. - + 2002-05-22 Colin Walters * info.el (Info-mode-hook): Change `font-lock-mode' to