summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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