]> git.eshelyaron.com Git - emacs.git/commit
apropos.el: Fix bug#60628
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Jan 2023 14:06:10 +0000 (09:06 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Jan 2023 14:06:27 +0000 (09:06 -0500)
commit96601cd90ba1b8a650d0e41dad2a58cb9e270f1b
treea182827772d2acc051cafee5c33061a8bc4032a5
parent10032f424ccf611783f5b92742e91e70595587c4
apropos.el: Fix bug#60628

* lisp/apropos.el (apropos--map-preloaded-atoms): New function.
(apropos-documentation): Use it.
(apropos-documentation-check-elc-file): Don't presume #@ is preceded by
a newline (since that's not the case any more since commit
900b09c0235d54d5), but be more careful not to burp on false positives.
lisp/apropos.el