aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/help-fns-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; Quote function symbols in help-fns-tests.elStefan Kangas2025-02-111-9/+9
* Add test for Bug#76179Stefan Kangas2025-02-111-0/+5
* ; Move describe-symbol test to its proper sectionStefan Kangas2025-02-111-7/+8
* ; Add test for my last commitStefan Kangas2025-02-101-0/+4
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier2024-05-281-1/+1
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-5/+5
* Fix recent test regressionsStefan Monnier2024-03-221-5/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Make describe-keymap tests more robustStefan Kangas2023-08-081-6/+17
* | Detect and prevent function alias loops in `fset` and `defalias`Mattias EngdegÄrd2023-02-211-4/+0
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-231-3/+3
|\
| * Adjust help-fns.el tests for recent changeStefan Kangas2022-07-231-3/+3
* | Fix describe-function-1 test failure from previous changeLars Ingebrigtsen2022-02-081-0/+1
* | Avoid infloops in help-fns--analyze-function with aliasesLars Ingebrigtsen2022-01-131-0/+9
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix failing help-fns tests after layout changes in `C-h b'Lars Ingebrigtsen2021-11-011-2/+2
|/
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* * test/lisp/help-fns-tests.el (help-fns-test-lisp-defsubst): Fix (bug#48221).Andrea Corallo2021-05-051-3/+1
* * Better identify native compiler presence in two tests.Andrea Corallo2021-05-051-2/+2
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-141-1/+2
|\ \ | |/
| * * test/lisp/help-fns-tests.el: Silence byte-compiler.Stefan Kangas2020-11-121-1/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-171-7/+7
|\ \ | |/
| * Adjust some tests so that they work in symlinked environsStephen Berman2020-10-161-5/+5
* | * Fix two tests in help-fns-tests.el for native codeAndrea Corallo2020-10-041-2/+6
|/
* Silence some byte-compiler warningsStefan Kangas2020-09-261-0/+3
* Only search for a variable when instructedAlexander Gramiak2020-08-111-0/+11
* Provide default for describe-keymap promptStefan Kangas2020-02-041-0/+9
* Add new help command describe-keymapStefan Kangas2020-02-041-0/+28
* Remove (or double) redundant backslashes in string literalsMattias EngdegÄrd2020-01-241-5/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use lexical-binding in help-fns-tests.el (Bug#36585)Stefan Kangas2019-07-181-2/+2
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+2
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-2/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * test/lisp/help-fns-tests.el (help-fns-test-dangling-alias): New test.Stefan Monnier2017-10-121-0/+5
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Detect aliases to built-in functionsTino Calancha2016-07-091-1/+0
* Add :expected-result :failed for unfixed bug testTino Calancha2016-07-061-0/+1
* * test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.Tino Calancha2016-07-051-5/+56