summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add string-chop-newlineLars Ingebrigtsen2020-12-211-0/+2
* Rename slice-string to string-sliceLars Ingebrigtsen2020-12-211-3/+3
* Add `string-pad'Lars Ingebrigtsen2020-12-211-0/+4
* Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-211-0/+15
* shortdoc: prefer seq-contains-p over seq-containsBrian Leung2020-11-091-2/+2
* ; Remove spurious FIXMEs in my last commitStefan Kangas2020-10-301-2/+0
* Add shortdoc navigation commandsStefan Kangas2020-10-301-3/+53
* ; * lisp/emacs-lisp/shortdoc.el (regexp): less contrived rx exampleMattias Engdegård2020-10-281-1/+1
* Run substitute-command-keys on shortdoc section headingsStefan Kangas2020-10-281-1/+1
* Extend the regexp shortdoc groupStefan Kangas2020-10-281-10/+34
* Tweak how shortdocs are displayedLars Ingebrigtsen2020-10-261-16/+18
* Add section "Replacing Match" to the regexp shortdoc groupStefan Kangas2020-10-251-0/+7
* Add shortdoc group for alistStefan Kangas2020-10-251-0/+39
* Add shortdoc group for hash-tableStefan Kangas2020-10-251-0/+31
* Simplify syntax of shortdoc face specsBasil L. Contovounesios2020-10-201-7/+4
* Fix error in file shortdoc groupLars Ingebrigtsen2020-10-111-0/+1
* Improve documentation of shortdoc featuresEli Zaretskii2020-10-111-6/+7
* Add more numeric shortdocsLars Ingebrigtsen2020-10-111-3/+23
* Tweak shortdoc colours on light backgroundsLars Ingebrigtsen2020-10-111-2/+2
* Autoload shortdoc command and adjust NEWSLars Ingebrigtsen2020-10-111-0/+1
* Use Unicode arrows in shortdoc resultsLars Ingebrigtsen2020-10-111-7/+13
* Add support for displaying short documentation for function groupsLars Ingebrigtsen2020-10-111-0/+1077