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
*
* 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
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-4
/
+4
*
Give permanent-local property to per-buffer variables without defaults.
Chong Yidong
2012-07-13
1
-1
/
+4
*
Fixes: debbugs:11848
Andreas Schwab
2012-07-03
1
-0
/
+1
*
Let C-h f do autoloading, and report if a function was previously autoloaded.
Chong Yidong
2012-06-27
1
-53
/
+85
*
Miscellaneous minor cleanups and simplifications.
Stefan Monnier
2012-06-23
1
-2
/
+6
*
Fix compiler-expansion of CL's cXXr functions.
Stefan Monnier
2012-06-11
1
-14
/
+22
*
Use lexical-binding for all of CL, and clean up its namespace.
Stefan Monnier
2012-06-11
1
-1
/
+1
*
* help-fns.el (describe-function-1): Clarify description of remapping.
Chong Yidong
2012-02-26
1
-3
/
+5
*
Update Loading chapter of Emacs manual.
Chong Yidong
2012-02-10
1
-6
/
+13
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
Stefan Monnier
2011-08-05
1
-7
/
+4
*
* lisp/help-fns.el (describe-variable): Fix message for terminal-local vars.
Stefan Monnier
2011-06-27
1
-6
/
+12
*
Silence various byte-compiler warnings.
Stefan Monnier
2011-06-01
1
-1
/
+2
*
Miscellaneous tweaks.
Stefan Monnier
2011-06-01
1
-2
/
+3
*
In describe-function, print the parent of a derived mode.
Chong Yidong
2011-05-28
1
-0
/
+15
*
Preserve arg names for advice of subr and lexical functions.
Stefan Monnier
2011-04-13
1
-33
/
+42
*
lisp/help-fns.el: Fix mistake in previous change.
Juanma Barranquero
2011-04-05
1
-1
/
+1
*
lisp/help-fns.el (describe-variable): Fix completion.
Juanma Barranquero
2011-04-05
1
-2
/
+2
*
Convert some .el files to lexical scoping.
Juanma Barranquero
2011-04-04
1
-2
/
+2
*
Merge from trunk
Stefan Monnier
2011-03-21
1
-0
/
+1
|
\
|
*
* lisp/help-fns.el (variable-at-point): Skip leading quotes, if any
Kevin Ryde
2011-03-14
1
-0
/
+1
|
*
lisp/help-fns.el (describe-variable): Don't complete keywords.
Juanma Barranquero
2011-03-11
1
-3
/
+4
*
|
* src/eval.c (Ffunction): Use simpler format for closures.
Stefan Monnier
2011-03-13
1
-2
/
+1
*
|
Misc fixes, and use lexical-binding in more files.
Stefan Monnier
2011-03-11
1
-3
/
+19
*
|
Merge from trunk
Stefan Monnier
2011-03-06
1
-8
/
+15
|
\
|
|
*
Fix for another bit of bug#8095, re dir-locals.
Glenn Morris
2011-02-24
1
-7
/
+13
|
*
* lisp/help-fns.el (describe-function-1): Don't signal an error just because
Stefan Monnier
2011-02-22
1
-1
/
+2
*
|
Fix pcase memoizing; change lexbound byte-code marker.
Stefan Monnier
2011-03-05
1
-3
/
+23
*
|
* doc/lispref/variables.texi (Scope): Mention the availability of lexbind.
Stefan Monnier
2011-03-01
1
-2
/
+5
*
|
Get rid of funvec.
Stefan Monnier
2011-02-24
1
-22
/
+0
*
|
Various compiler bug-fixes. MPC seems to run correctly now.
Stefan Monnier
2011-02-17
1
-1
/
+1
*
|
* lisp/emacs-lisp/byte-lexbind.el: Delete.
Stefan Monnier
2011-02-12
1
-17
/
+17
*
|
Merge from trunk
Stefan Monnier
2011-02-01
1
-14
/
+15
|
\
|
|
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
|
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
|
*
|
Merge changes from emacs-23 branch
Chong Yidong
2011-01-02
1
-9
/
+5
|
|
\
|
|
|
*
* help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).
Leo Liu
2010-12-20
1
-1
/
+1
|
|
*
* lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7...
Chong Yidong
2010-12-17
1
-9
/
+5
|
*
|
* help-fns.el (find-lisp-object-file-name): Locate .emacs from .emacs.elc (Bu...
Chong Yidong
2010-12-21
1
-3
/
+9
*
|
|
Merge from trunk
Stefan Monnier
2010-12-10
1
-1
/
+105
|
\
|
|
[next]