summaryrefslogtreecommitdiff
path: root/lisp/keymap.el
Commit message (Expand)AuthorAgeFilesLines
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-12/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-4/+4
* Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-posAlan Mackenzie2022-01-221-32/+32
|\
| * Make key-valid-p work in TurkeyLars Ingebrigtsen2022-01-201-32/+32
* | Miscellaneous amendments to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-221-5/+6
|/
* Remove ambiguity from key-valid-p docstringRobert Pluim2022-01-041-1/+1
* Move define-keymap and defvar-keymap to keymap.elStefan Kangas2022-01-021-0/+133
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; * lisp/keymap.el (key-valid-p): Fix wording of doc string.Eli Zaretskii2021-12-281-1/+1
* Doc fix; fix terminology in key binding functionsStefan Kangas2021-12-271-4/+4
* Make keymap-lookup work for keymap results, tooLars Ingebrigtsen2021-12-101-2/+3
* Fix keymap-lookup implementationLars Ingebrigtsen2021-12-041-2/+2
* Fix some of the argument handling in keymap-set and keymap-substituteLars Ingebrigtsen2021-11-301-6/+5
* Use compiler macros for the key syntax checksMattias EngdegÄrd2021-11-281-1/+21
* Change the call signature to keymap-substituteLars Ingebrigtsen2021-11-171-1/+1
* Make keymap-unset workLars Ingebrigtsen2021-11-161-1/+1
* Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-0/+437