summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix shortdoc-add-function section creationBasil L. Contovounesios2021-06-211-3/+3
* Add a new documentation group for overlaysDaniel Martín2021-05-301-0/+46
* Improve the documentation of documentation groupsDaniel Martín2021-05-301-0/+2
* Fix shortdoc examplesMattias Engdegård2021-05-291-4/+4
* Fix looking-at-p example in shortdoc.elDaniel Martín2021-05-281-1/+1
* Fix the length= shortdoc exampleAlexandr Vityazev2021-05-181-1/+1
* * lisp/emacs-lisp/shortdoc.el: Doc fixes.Stefan Kangas2021-04-291-5/+9
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-241-3/+0
* Use named faces in shortdocProtesilaos Stavrou2021-02-241-2/+7
* Minor shortdoc link improvementsDaniel Martín2021-01-101-2/+11
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-271-3/+3
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-271-0/+6
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-251-1/+2
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-251-3/+0
* Improve the string-limit doc stringLars Ingebrigtsen2020-12-231-0/+3
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-221-1/+1
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-221-1/+1
* Add try-completion to the string shortdocLars Ingebrigtsen2020-12-211-0/+2