summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.Stefan Kangas2022-08-221-2/+2
* Mention delete-line in shortdocLars Ingebrigtsen2022-08-211-0/+2
* * lisp/emacs-lisp/shortdoc.el (buffer): Add missing functionsMattias Engdegård2022-08-211-0/+5
* Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
* Add new functions eol and bolLars Ingebrigtsen2022-08-191-0/+12
* Omit some (current-time) callsPaul Eggert2022-08-011-1/+1
* string-equal-ignore-case: new functionSam Steingold2022-07-261-0/+2
* Gently discourage use of `lsh` (bug#56641)Mattias Engdegård2022-07-201-3/+0
* Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-171-0/+4
* Remove some ineffectual calls to purecopyStefan Kangas2022-07-101-3/+3
* Add file-parent-directory functionDaanturo2022-07-041-0/+7
* Add new function `seq-split'Lars Ingebrigtsen2022-07-031-0/+2
* Allow using define-short-documentation-group without loading shortdocLars Ingebrigtsen2022-06-281-12/+12
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-5/+0
* Extend file-expand-wildcards to allow regexpsLars Ingebrigtsen2022-06-051-1/+3
* Fix failing shortdoc testLars Ingebrigtsen2022-06-041-5/+5
* * lisp/emacs-lisp/shortdoc.el (string): Add `string-collate-lessp'.Michael Albinus2022-06-041-1/+6
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Respect help-window-keep-selected in shortdoc buttonsLars Ingebrigtsen2022-05-061-3/+7
* Update docstrings for shortdoc.el FUNC lisp form APIKaushal Modi2022-04-101-15/+55
* Add a `shortdoc' convenience aliasLars Ingebrigtsen2022-01-141-0/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.Stefan Kangas2021-12-121-1/+1
* | Convert shortdoc-mode-map to defvar-keymapStefan Kangas2021-12-081-8/+6
* | Make UCS compose/decompose functions more understandableLars Ingebrigtsen2021-11-191-2/+7
* | Change the call signature to keymap-substituteLars Ingebrigtsen2021-11-171-1/+1
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-0/+33
* | Add new function 'file-name-split'Lars Ingebrigtsen2021-11-101-0/+3
* | Read mailcaps again only when necessaryGregory Heytings2021-11-011-0/+3
* | Add new function string-glyph-splitLars Ingebrigtsen2021-10-301-0/+2
* | Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-271-1/+8
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+1
|/
* Improve shortdoc for vectorStefan Kangas2021-10-131-5/+10
* ; * lisp/emacs-lisp/shortdoc.el: Fix typo.Stefan Kangas2021-10-101-2/+2
* Add shortdoc for text propertiesStefan Kangas2021-09-281-0/+43
* Add new function `ensure-list'Lars Ingebrigtsen2021-09-211-0/+3
* Add new sequence function 'seq-union'Stefan Kangas2021-09-171-0/+2
* Mention get-byte in shortdocLars Ingebrigtsen2021-09-131-0/+3
* Add new functions to replace strings/regexp in a regionLars Ingebrigtsen2021-08-161-0/+6
* Mark up commands in shortdoc.el for modesMasahiro Nakamura2021-08-151-5/+6
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-5/+5
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-0/+1
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-1/+8
* Use make-separator-line in shortdocLars Ingebrigtsen2021-07-191-9/+1
* Make 'n'/'p' work again in shortdoc after previous changesLars Ingebrigtsen2021-07-171-10/+9
* Add more car/cdr examples to shortdocLars Ingebrigtsen2021-07-151-2/+6
* Improve the shortdoc link action in *Help* buffersLars Ingebrigtsen2021-07-151-5/+8
* Mention more split-string-* functions in shortdocLars Ingebrigtsen2021-07-151-0/+4
* Add new function file-name-with-extensionColin Woodbury2021-06-301-0/+3