aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expand the kbd-valid-p doc stringLars Ingebrigtsen2021-10-311-2/+22
* Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-271-1/+0
* Change the with-delayed-message syntax to allow future extensibilityLars Ingebrigtsen2021-10-251-4/+6
* Add new macro `with-delayed-message'Lars Ingebrigtsen2021-10-241-0/+10
* Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-191-1/+2
* Do kbd-valid-p prefix comparisons case-sensitivelyLars Ingebrigtsen2021-10-181-1/+2
* Add kbd examples to the doc stringLars Ingebrigtsen2021-10-171-0/+9
* Reverse the edmacro-parse-keys/kbd vector/string logicLars Ingebrigtsen2021-10-171-15/+9
* Allow <mouse-1> in kbd-valid-pLars Ingebrigtsen2021-10-171-20/+26
* Rewrite kbd-valid-p to not use seqLars Ingebrigtsen2021-10-171-18/+21
* Fix up recent kbd simplificationLars Ingebrigtsen2021-10-171-3/+5
* Simplify condition in kbdStefan Kangas2021-10-161-7/+2
* Add new function 'kbd-valid-p'Lars Ingebrigtsen2021-10-161-0/+33
* Remove duplicate code in edmacro-parse-keysStefan Kangas2021-10-161-9/+14
* Make kbd usable during bootstrapStefan Kangas2021-10-161-3/+107
* Mark def* macros for indentationLars Ingebrigtsen2021-10-131-1/+2
* Mark all def* functions that should indent as `defun'Lars Ingebrigtsen2021-10-131-0/+3
* Add a new after-pdump-load-hook variableLars Ingebrigtsen2021-10-121-0/+3
* Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)Martin Rudalics2021-10-121-5/+0
* Merge from origin/emacs-28Glenn Morris2021-10-111-3/+5
|\
| * Keep reading when typed RET in read-char-from-minibuffer and y-or-n-pJuri Linkov2021-10-101-3/+5
* | Merge from origin/emacs-28Glenn Morris2021-10-091-1/+1
|\ \ | |/
| * Mention that RET means "yes" in y-or-n-pLars Ingebrigtsen2021-10-091-1/+1
* | Update inhibit-changing-match-data obsoletion dataLars Ingebrigtsen2021-10-071-1/+1
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-4/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-051-1/+1
|\ \ | |/
| * Mention `seq-uniq' in `delete-dups' documentationTak Kunihiro2021-10-051-1/+1
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-35/+35
* | Fix syntax error in define-keymap doc stringLars Ingebrigtsen2021-10-041-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-041-1/+3
|\ \ | |/
| * Clarify the purpose of internal--format-docstring-lineStefan Kangas2021-10-031-1/+3
* | Remove :copy from define-keymapLars Ingebrigtsen2021-10-041-12/+4
* | Add 'define-keymap' and 'defvar-keymap'Lars Ingebrigtsen2021-10-041-0/+115
|/
* Signal error on newline in internal--format-docstring-lineStefan Kangas2021-09-281-1/+4
* Improve filling of generated docstring linesStefan Kangas2021-09-261-5/+12
* Use `temporary-file-directory' in `with-existing-directory'Lars Ingebrigtsen2021-09-251-0/+1
* ; * lisp/subr.el (match-string): Clarify doc string.Eli Zaretskii2021-09-231-6/+7
* Expand the `match-string' doc stringLars Ingebrigtsen2021-09-231-5/+15
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-0/+2
* Improve recently added documentationEli Zaretskii2021-09-211-3/+3
* Add new function `ensure-list'Lars Ingebrigtsen2021-09-211-0/+8
* Fix dolist-with-progress-reporter behaviourPhilip Kaludercic2021-09-201-1/+1
* ; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646)Phil Sainty2021-09-191-2/+2
* * lisp/subr.el (string-replace): Add dashes to arg names (bug#50644)Juri Linkov2021-09-181-10/+10
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+5
* Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas2021-09-161-2/+4
* Use window-point in event-start and event-end (bug#50256)Juri Linkov2021-09-121-4/+8
* Improve the documentation around the read-key/minibuffer promptingLars Ingebrigtsen2021-09-051-3/+29
* Add new macro `with-existing-directory'Lars Ingebrigtsen2021-09-011-0/+13
* Add new functions to replace strings/regexp in a regionLars Ingebrigtsen2021-08-161-0/+61