summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
AgeCommit message (Expand)Author
2026-02-22Fix apropos-print window selectionBasil L. Contovounesios
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-10apropos-library: Don't list generic functions as featuresDmitry Gutov
2024-08-17Fix 'apropos-library' for 'define-symbol-props'Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-06-17Merge from origin/emacs-29Eli Zaretskii
2023-06-10Avoid errors in 'apropos-documentation' after 'eval-buffer'Eli Zaretskii
2023-01-14(apropos-documentation): Don't try to parse .elc filesStefan Monnier
2023-01-14Merge from origin/emacs-29Stefan Monnier
2023-01-14apropos.el: Fix bug#60628Stefan Monnier
2023-01-13* lisp/apropos.el (apropos-safe-documentation): Use `function-documentation`Stefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-12* lisp/outline.el: Fix the value 'insert' of outline-minor-mode-use-buttons.Juri Linkov
2022-11-21* lisp/outline.el (outline-search-function): New variable (bug#53981).Juri Linkov
2022-11-16; * lisp/apropos.el (apropos): Doc fix. (Bug#59248)Eli Zaretskii
2022-11-11Remove redundant library installation instructionsStefan Kangas
2022-08-03Mark keys in apropos.el for substitute-command-keysStefan Kangas
2022-08-03Do interactive mode tagging in apropos.elStefan Kangas
2022-07-30* lisp/apropos.el (apropos-documentation): Simplify.Stefan Kangas
2022-05-18Improve previous apropos-documentation-check-elc-file changeLars Ingebrigtsen
2022-05-18Fix apropos-documentation with universal argumentLars Ingebrigtsen
2022-05-15Delete some compat code for very old Emacs versionsStefan Kangas
2022-05-12Make C-u M-x apropos-user-option include buttonsLars Ingebrigtsen
2022-05-10Make `apropos-variable' include values in outputLars Ingebrigtsen
2022-04-30Make `M-x apropos' respect help-window-selectLars Ingebrigtsen
2022-01-23Allow using outline minor mode in `M-x apropos-value'Lars Ingebrigtsen
2022-01-23Make apropos-print-doc more resilientLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-29Do not buttonize key bindings outside of *Help* buffersGregory Heytings
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-07-14Make `apropos-library' also work for libraries without symbolsLars Ingebrigtsen
2021-06-22Use named face for apropos-buttonProtesilaos Stavrou
2021-05-02* lisp/apropos.el (apropos-value, apropos-local-value): Tweak for lexbindStefan Monnier
2021-05-02Suppress false positives in apropos-valueBoruch Baum
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-12-03Remove redundant requires of 'button'Stefan Kangas
2020-11-07Delete outdated comment about C rewrite in apropos.elStefan Kangas
2020-09-22Remove some Emacs 20 compat codeStefan Kangas
2020-08-10Add new command apropos-function (Bug#41021)Stefan Kangas
2020-06-06make-text-button no longer modifies its string argPaul Eggert
2020-06-04Fix some side-effecting uses of make-text-buttonBasil L. Contovounesios
2020-05-03Improve accuracy of apropos commands that search doc stringsEli Zaretskii
2020-04-18Use lexical-binding in apropos.el and add testsSimen Heggestøyl