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
*
; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix.
Eli Zaretskii
2024-03-18
1
-1
/
+1
*
Add a proper type for obarrays
Mattias Engdegård
2024-02-23
1
-1
/
+18
*
Check shortdoc keywords and fix one mistake
Mattias Engdegård
2024-02-19
1
-1
/
+13
*
Don't pretend that hash-table-size is useful
Mattias Engdegård
2024-01-13
1
-4
/
+1
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-11-18
1
-1
/
+1
|
\
|
|
*
; Fix 'add-face-text-property' shortdoc
Eshel Yaron
2023-11-14
1
-1
/
+1
*
|
Add let-alist to alist shortdoc group
Stefan Kangas
2023-08-02
1
-8
/
+8
*
|
; * lisp/emacs-lisp/shortdoc.el (list): Move misplaced `remq` entry
Mattias Engdegård
2023-08-02
1
-2
/
+2
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-07-08
1
-3
/
+4
|
\
|
|
*
Improve natnump shortdoc
Robert Pluim
2023-07-04
1
-3
/
+4
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-06-24
1
-2
/
+4
|
\
|
|
*
* lisp/emacs-lisp/shortdoc.el: More and better `substring` examples.
Mattias Engdegård
2023-06-24
1
-2
/
+4
*
|
Declare more mutating functions
Mattias Engdegård
2023-05-20
1
-5
/
+7
*
|
Improved copy-tree documentation and test (bug#63509)
Mattias Engdegård
2023-05-19
1
-1
/
+1
*
|
Make 'copy-tree' work with records
Joseph Turner
2023-05-19
1
-0
/
+2
*
|
Fix pluralization in shortdoc-help-fns-examples-function
Daniel Martín
2023-03-12
1
-5
/
+30
*
|
; Fix last change
Eli Zaretskii
2023-03-12
1
-15
/
+16
*
|
Add functions to query Emacs Lisp examples registered in shortdoc
Daniel Martín
2023-03-12
1
-36
/
+86
|
/
*
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
[next]