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
*
Fix 'shortdoc-copy-function-as-kill'
Eli Zaretskii
2024-03-16
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix 'add-face-text-property' shortdoc
Eshel Yaron
2023-11-14
1
-1
/
+1
*
Improve natnump shortdoc
Robert Pluim
2023-07-04
1
-3
/
+4
*
* lisp/emacs-lisp/shortdoc.el: More and better `substring` examples.
Mattias Engdegård
2023-06-24
1
-2
/
+4
*
Add 'process-status' to process shortdoc
Robert Pluim
2023-02-21
1
-0
/
+3
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Fix misspelled functions in shortdoc groups
Stefan Kangas
2022-12-31
1
-4
/
+4
*
Add more functions to "string" shortdoc
Xi Lu
2022-12-24
1
-0
/
+9
*
; * lisp/emacs-lisp/shortdoc.el: fix mistakes in previous commit
Mattias Engdegård
2022-12-14
1
-4
/
+4
*
Better shortdoc examples
Mattias Engdegård
2022-12-14
1
-32
/
+106
*
Shortdoc: read and evaluate strings after :eval
Mattias Engdegård
2022-12-14
1
-7
/
+9
*
* lisp/outline.el (outline-search-function): New variable (bug#53981).
Juri Linkov
2022-11-21
1
-4
/
+14
*
* lisp/emacs-lisp/shortdoc.el (sequence): Don't use cl-lib (bug#59319)
Juanma Barranquero
2022-11-17
1
-4
/
+4
*
Mention seq-keep in shortdoc
Lars Ingebrigtsen
2022-10-08
1
-0
/
+2
*
; Clarify wording of some doc strings in shortdoc.el
Eli Zaretskii
2022-09-25
1
-4
/
+4
*
Improve shortdoc documentation
Stefan Kangas
2022-09-25
1
-8
/
+17
*
Fix shortdoc movement commands
Stefan Kangas
2022-09-25
1
-1
/
+1
*
Add new command 'shortdoc-copy-function-as-kill'
Stefan Kangas
2022-09-25
1
-1
/
+16
*
Bind "N"/"P" to next/prev section in shortdoc
Stefan Kangas
2022-09-25
1
-0
/
+2
*
Rename file-name-directory
Lars Ingebrigtsen
2022-09-24
1
-5
/
+5
*
* lisp/emacs-lisp/shortdoc.el (file-name): Improve examples.
Stefan Kangas
2022-09-24
1
-4
/
+2
*
Add new function `seq-positions'
Damien Cassou
2022-09-04
1
-0
/
+4
*
Add new function `seq-remove-at-position'
Damien Cassou
2022-09-04
1
-0
/
+3
*
; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.
Stefan Kangas
2022-08-22
1
-2
/
+2
*
Mention delete-line in shortdoc
Lars Ingebrigtsen
2022-08-21
1
-0
/
+2
*
* lisp/emacs-lisp/shortdoc.el (buffer): Add missing functions
Mattias Engdegård
2022-08-21
1
-0
/
+5
*
Rename newly-added eol/bol functions to pos-eol/pos-bol
Lars Ingebrigtsen
2022-08-21
1
-4
/
+4
*
Add new functions eol and bol
Lars Ingebrigtsen
2022-08-19
1
-0
/
+12
*
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
[next]