index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
help-fns.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * lisp/help-fns.el (help-fns--key-bindings): Fix previous change.
Gregory Heytings
2022-09-06
1
-1
/
+2
*
Simplify describe-function.
Gregory Heytings
2022-09-05
1
-3
/
+3
*
Fix some help-fns test failures
Lars Ingebrigtsen
2022-09-04
1
-1
/
+1
*
Look up keybindings in correct buffer in describe-function.
Gregory Heytings
2022-09-04
1
-4
/
+6
*
* lisp/help-fns.el (find-lisp-object-file-name): Revert last change
Stefan Monnier
2022-09-03
1
-1
/
+1
*
* lisp/help-fns.el: Minor fixes
Stefan Monnier
2022-09-02
1
-5
/
+5
*
Don't mention obsolete generalized variables in *Help*
Lars Ingebrigtsen
2022-08-23
1
-1
/
+3
*
Make *Help* display info about generalized variables
Lars Ingebrigtsen
2022-08-22
1
-0
/
+9
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-5
/
+5
*
; Fix typos
Stefan Kangas
2022-08-08
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-24
1
-7
/
+3
|
\
|
*
Fix bookmark support for Help functions in native-compilation builds
Eli Zaretskii
2022-07-23
1
-7
/
+3
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-07-23
1
-2
/
+2
|
\
|
|
*
Make 'describe-function' say "byte-compiled" when appropriate
Eli Zaretskii
2022-07-21
1
-2
/
+2
*
|
Don't list obsolete in "other commands" help section
Stefan Kangas
2022-07-21
1
-0
/
+2
*
|
(help-fns--first-release): Try and avoid false positives
Stefan Monnier
2022-07-18
1
-15
/
+74
*
|
Fix xref links in `C-h o'
Lars Ingebrigtsen
2022-07-16
1
-2
/
+6
*
|
Weed out some false positives in help-fns--mention-first-release
Lars Ingebrigtsen
2022-07-16
1
-0
/
+9
*
|
Remove some ineffectual calls to purecopy
Stefan Kangas
2022-07-10
1
-1
/
+1
*
|
; Fix doc strings in help-fns.el
Eli Zaretskii
2022-07-04
1
-2
/
+3
*
|
New command help-fns-edit-mode-cancel
Stefan Kangas
2022-07-04
1
-2
/
+9
*
|
Put the obsoletion earlier in the *Help* buffer
Lars Ingebrigtsen
2022-06-28
1
-15
/
+22
*
|
Font-lock variable values in *Help*
Lars Ingebrigtsen
2022-06-26
1
-1
/
+2
*
|
Tweak quoting in help-fns--compiler-macro
Lars Ingebrigtsen
2022-06-20
1
-1
/
+1
*
|
Fix some declare-after-interactive functions
Lars Ingebrigtsen
2022-06-17
1
-1
/
+1
*
|
Improve help-enable-variable-value-editing help
Stefan Kangas
2022-06-17
1
-2
/
+8
*
|
Allow editing all symbols in help-fns--editable-variable
Lars Ingebrigtsen
2022-06-17
1
-3
/
+1
*
|
Re-re-fix previous describe-function change
Lars Ingebrigtsen
2022-06-05
1
-1
/
+2
*
|
Fix key binding buffer issue in describe-function better
Lars Ingebrigtsen
2022-06-05
1
-8
/
+5
*
|
Make `C-h f' look up key bindings in the current buffer again
Lars Ingebrigtsen
2022-06-05
1
-3
/
+4
*
|
Handle invalid NEWS files during describe-function
Po Lu
2022-05-24
1
-15
/
+17
*
|
Audit symbol quoting in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-2
/
+2
*
|
describe-keymap: Suggest symbol at point
Visuwesh
2022-05-15
1
-1
/
+4
*
|
Put help-fns--compiler-macro last in the *Help* buffer
Lars Ingebrigtsen
2022-05-14
1
-1
/
+1
*
|
Improve the *Help* output for compiler macros and the like
Lars Ingebrigtsen
2022-05-14
1
-4
/
+22
*
|
Respect help-window-keep-selected in shortdoc buttons
Lars Ingebrigtsen
2022-05-06
1
-1
/
+2
*
|
Fix another help-fns--insert-menu-bindings parsing problem
Lars Ingebrigtsen
2022-04-28
1
-0
/
+2
*
|
* lisp/help-fns.el (help-fns--insert-menu-bindings): Don't highlight heading.
Juri Linkov
2022-04-27
1
-1
/
+1
*
|
Make new menu *Help* output be more resilient
Lars Ingebrigtsen
2022-04-26
1
-12
/
+14
*
|
Change the display of menu bindings in *Help*
Lars Ingebrigtsen
2022-04-25
1
-3
/
+28
*
|
Further help-fns--editable-variable fixes
Lars Ingebrigtsen
2022-04-24
1
-2
/
+3
*
|
Allow looking up window system colors on Haiku
Po Lu
2022-04-24
1
-2
/
+2
*
|
Don't have help-fns--editable-variable override link buttons
Lars Ingebrigtsen
2022-04-23
1
-1
/
+4
*
|
Allow editing variable values in *Help* buffers
Lars Ingebrigtsen
2022-04-17
1
-4
/
+75
*
|
Fix describe-mode--minor-modes formatting issue
Lars Ingebrigtsen
2022-04-14
1
-1
/
+1
*
|
Make `C-h m' actually output the documentation for the major mode
Lars Ingebrigtsen
2022-04-13
1
-1
/
+1
*
|
Redo `C-h m' output
Lars Ingebrigtsen
2022-04-13
1
-100
/
+85
*
|
Make `describe-mode' include a link to the major mode function
Lars Ingebrigtsen
2022-04-13
1
-6
/
+10
*
|
Extend find-lisp-object-file-name
Lars Ingebrigtsen
2022-02-08
1
-5
/
+14
*
|
Fix some standard-output/help-buffer confusion in describe-function-1
Lars Ingebrigtsen
2022-02-08
1
-2
/
+2
[next]