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
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-32
/
+22
*
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-23
1
-26
/
+40
*
Don't quote symbols 'like-this' in docstrings etc.
Paul Eggert
2015-08-20
1
-1
/
+1
*
substitute-command-keys a few more doc strings
Paul Eggert
2015-08-15
1
-2
/
+4
*
Allow describe-function helpers to access buffer-local values.
Stephen Leake
2015-08-15
1
-12
/
+34
*
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-14
1
-38
/
+22
*
fix link to source code in help window
Ivan Kanis
2015-08-09
1
-13
/
+1
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-16
/
+7
*
(describe-symbol): Rewrite describe-function-or-variable
Stefan Monnier
2015-07-06
1
-14
/
+59
*
Improve the optional translation of quotes
Paul Eggert
2015-06-19
1
-26
/
+45
*
Better fix for documenting `X as "`X"
Paul Eggert
2015-06-13
1
-2
/
+6
*
Fix quoting of help for functions with odd names
Paul Eggert
2015-06-11
1
-25
/
+28
*
Escape any quotes in the function name
Dmitry Gutov
2015-06-07
1
-1
/
+4
*
Support curved quotes in doc strings
Paul Eggert
2015-05-28
1
-25
/
+27
*
* lisp/help-fns.el (describe-function-1):
Glenn Morris
2015-05-05
1
-1
/
+4
*
* lisp/help-fns.el (describe-function): More type checking.
Glenn Morris
2015-04-24
1
-15
/
+18
*
Fix byte-compiler warnings about looking-back.
Stefan Monnier
2015-04-20
1
-1
/
+1
*
* lisp/help-fns.el (help-fns--signature): Keep doc for keymap.
Christopher Genovese
2015-02-09
1
-1
/
+3
*
help-fns.el (describe-function-or-variable): New function on `C-h o'
Artur Malabarba
2015-02-05
1
-0
/
+31
*
Improve handling of doc-strings and describe-function for cl-generic
Stefan Monnier
2015-01-16
1
-7
/
+19
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-2
/
+2
*
Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.org
Glenn Morris
2014-06-25
1
-1
/
+1
|
\
|
*
* lisp/help-fns.el (describe-function-1): Check file-name is a string before
Stefan Monnier
2014-06-24
1
-1
/
+1
*
|
Merge from emacs-24; up to 2014-05-08T03:34:20Z!rgm@gnu.org
Glenn Morris
2014-05-07
1
-5
/
+5
|
\
|
|
*
* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
Glenn Morris
2014-05-05
1
-7
/
+6
*
|
Include interactive-only information in describe-function output
Glenn Morris
2014-03-22
1
-2
/
+25
|
/
*
Move some help functions from help-fns.el to help.el, which is preloaded.
Glenn Morris
2014-03-13
1
-103
/
+0
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* lisp/help-fns.el (describe-variable):
Glenn Morris
2014-02-07
1
-5
/
+10
*
* help-fns.el (describe-variable): Fix case where value is directory-local
Ingo Lohmar
2014-02-07
1
-1
/
+2
*
* lisp/help-fns.el (help-C-file-name): Handle advised functions.
Stefan Monnier
2014-02-01
1
-9
/
+5
*
Add new hook to augment help buffers.
David Engster
2014-01-07
1
-5
/
+12
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix describe-function with advised functions.
Tassilo Horn
2013-12-07
1
-19
/
+30
*
lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars.
Juanma Barranquero
2013-06-15
1
-0
/
+2
*
* lisp/help-fns.el (help-fns--compiler-macro): If the handler function is
Stefan Monnier
2013-06-11
1
-8
/
+13
*
* help-fns.el (find-lisp-object-file-name): Give special treatment
Glenn Morris
2013-02-14
1
-4
/
+8
*
* lisp/help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
Stefan Monnier
2013-02-01
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
* help-fns.el (describe-variable): Make sure we get the right buffer name.
Chong Yidong
2012-12-21
1
-1
/
+1
|
/
*
* src/doc.c (get_doc_string): Don't signal an error if the file is missing.
Stefan Monnier
2012-10-12
1
-9
/
+5
*
* lisp/help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
Stefan Monnier
2012-10-11
1
-1
/
+1
*
* help-fns.el (help-fns--obsolete): Fix last change.
Chong Yidong
2012-09-30
1
-2
/
+1
*
Minor fixes for the function obsolescence feature.
Chong Yidong
2012-09-25
1
-6
/
+10
*
* help-fns.el (describe-variable): Fix typo. (bug#12346)
Bastien Guerry
2012-09-11
1
-1
/
+1
*
* help-fns.el (help-fns--key-bindings): Abbreviate non-symbol remap targets.
Christopher Schmidt
2012-08-22
1
-3
/
+5
*
* lisp/help-fns.el (help-fns--key-bindings, help-fns--signature)
Stefan Monnier
2012-08-06
1
-122
/
+127
*
Improvements to local-variable reporting in `describe-variable'.
Chong Yidong
2012-08-05
1
-33
/
+49
[next]