index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
shortdoc.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Omit some (current-time) calls
Paul Eggert
2022-08-01
1
-1
/
+1
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-0
/
+2
*
Gently discourage use of `lsh` (bug#56641)
Mattias Engdegård
2022-07-20
1
-3
/
+0
*
Add `take` and `ntake` (bug#56521)
Mattias Engdegård
2022-07-17
1
-0
/
+4
*
Remove some ineffectual calls to purecopy
Stefan Kangas
2022-07-10
1
-3
/
+3
*
Add file-parent-directory function
Daanturo
2022-07-04
1
-0
/
+7
*
Add new function `seq-split'
Lars Ingebrigtsen
2022-07-03
1
-0
/
+2
*
Allow using define-short-documentation-group without loading shortdoc
Lars Ingebrigtsen
2022-06-28
1
-12
/
+12
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-5
/
+0
*
Extend file-expand-wildcards to allow regexps
Lars Ingebrigtsen
2022-06-05
1
-1
/
+3
*
Fix failing shortdoc test
Lars Ingebrigtsen
2022-06-04
1
-5
/
+5
*
* lisp/emacs-lisp/shortdoc.el (string): Add `string-collate-lessp'.
Michael Albinus
2022-06-04
1
-1
/
+6
*
; Fix typos
Stefan Kangas
2022-05-15
1
-1
/
+1
*
Respect help-window-keep-selected in shortdoc buttons
Lars Ingebrigtsen
2022-05-06
1
-3
/
+7
*
Update docstrings for shortdoc.el FUNC lisp form API
Kaushal Modi
2022-04-10
1
-15
/
+55
*
Add a `shortdoc' convenience alias
Lars Ingebrigtsen
2022-01-14
1
-0
/
+3
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.
Stefan Kangas
2021-12-12
1
-1
/
+1
*
|
Convert shortdoc-mode-map to defvar-keymap
Stefan Kangas
2021-12-08
1
-8
/
+6
*
|
Make UCS compose/decompose functions more understandable
Lars Ingebrigtsen
2021-11-19
1
-2
/
+7
*
|
Change the call signature to keymap-substitute
Lars Ingebrigtsen
2021-11-17
1
-1
/
+1
*
|
Add new 'keymap-*' functions
Lars Ingebrigtsen
2021-11-16
1
-0
/
+33
*
|
Add new function 'file-name-split'
Lars Ingebrigtsen
2021-11-10
1
-0
/
+3
*
|
Read mailcaps again only when necessary
Gregory Heytings
2021-11-01
1
-0
/
+3
*
|
Add new function string-glyph-split
Lars Ingebrigtsen
2021-10-30
1
-0
/
+2
*
|
Add new function 'string-pixel-width'
Lars Ingebrigtsen
2021-10-27
1
-1
/
+8
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-0
/
+1
|
/
*
Improve shortdoc for vector
Stefan Kangas
2021-10-13
1
-5
/
+10
*
; * lisp/emacs-lisp/shortdoc.el: Fix typo.
Stefan Kangas
2021-10-10
1
-2
/
+2
*
Add shortdoc for text properties
Stefan Kangas
2021-09-28
1
-0
/
+43
*
Add new function `ensure-list'
Lars Ingebrigtsen
2021-09-21
1
-0
/
+3
*
Add new sequence function 'seq-union'
Stefan Kangas
2021-09-17
1
-0
/
+2
*
Mention get-byte in shortdoc
Lars Ingebrigtsen
2021-09-13
1
-0
/
+3
*
Add new functions to replace strings/regexp in a region
Lars Ingebrigtsen
2021-08-16
1
-0
/
+6
*
Mark up commands in shortdoc.el for modes
Masahiro Nakamura
2021-08-15
1
-5
/
+6
*
Rename directory-append to file-name-concat
Lars Ingebrigtsen
2021-07-25
1
-5
/
+5
*
Extend directory-append to take an arbitrary number of components
Lars Ingebrigtsen
2021-07-24
1
-0
/
+1
*
Add new function `directory-append'
Lars Ingebrigtsen
2021-07-24
1
-1
/
+8
*
Use make-separator-line in shortdoc
Lars Ingebrigtsen
2021-07-19
1
-9
/
+1
*
Make 'n'/'p' work again in shortdoc after previous changes
Lars Ingebrigtsen
2021-07-17
1
-10
/
+9
*
Add more car/cdr examples to shortdoc
Lars Ingebrigtsen
2021-07-15
1
-2
/
+6
*
Improve the shortdoc link action in *Help* buffers
Lars Ingebrigtsen
2021-07-15
1
-5
/
+8
*
Mention more split-string-* functions in shortdoc
Lars Ingebrigtsen
2021-07-15
1
-0
/
+4
*
Add new function file-name-with-extension
Colin Woodbury
2021-06-30
1
-0
/
+3
*
Fix shortdoc-add-function section creation
Basil L. Contovounesios
2021-06-21
1
-3
/
+3
*
Add a new documentation group for overlays
Daniel Martín
2021-05-30
1
-0
/
+46
*
Improve the documentation of documentation groups
Daniel Martín
2021-05-30
1
-0
/
+2
*
Fix shortdoc examples
Mattias Engdegård
2021-05-29
1
-4
/
+4
*
Fix looking-at-p example in shortdoc.el
Daniel Martín
2021-05-28
1
-1
/
+1
[next]