index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
apropos.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
apropos-print doc fix
Lars Ingebrigtsen
2016-05-01
1
-3
/
+6
*
|
; Spelling and quoting fixes
Paul Eggert
2016-05-01
1
-1
/
+1
*
|
apropos-print doc fix
Lars Ingebrigtsen
2016-04-30
1
-3
/
+6
*
|
Add a sanity check to apropos-documentation-internal
Lars Ingebrigtsen
2016-04-29
1
-13
/
+17
|
/
*
* lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).
Kaushal Modi
2016-02-26
1
-2
/
+3
*
Spelling fix
Paul Eggert
2016-01-09
1
-1
/
+1
*
apropos-library: Skip obvious duplicates; don't error on generics
Dmitry Gutov
2016-01-08
1
-0
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Expunge occurrences of `setq' with an odd number of arguments.
Alan Mackenzie
2015-11-23
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
Fix minor text quoting problems in lisp top level
Paul Eggert
2015-08-28
1
-1
/
+1
*
Top-level elisp files respect ‘text-quoting-style’
Paul Eggert
2015-08-26
1
-5
/
+4
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-2
/
+2
*
apropos-library quoting fix
Paul Eggert
2015-06-28
1
-1
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* apropos.el (apropos-symbols-internal): Avoid error with non-symbol properties.
Glenn Morris
2014-10-04
1
-1
/
+1
*
lisp/apropos.el: Avoid formatting error in compact layout mode.
Juanma Barranquero
2014-02-24
1
-0
/
+3
*
lisp/apropos: Fix typos.
Juanma Barranquero
2014-02-24
1
-8
/
+5
*
* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.
Juanma Barranquero
2014-02-13
1
-1
/
+2
*
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
Stefan Monnier
2014-01-06
1
-2
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Every defcustom should specify its type
Glenn Morris
2013-12-28
1
-0
/
+1
*
apropos.el (apropos-words-to-regexp): Fix algorithm.
Shigeru Fukaya
2013-12-18
1
-10
/
+15
*
* lisp/subr.el (macrop): New function.
Stefan Monnier
2013-08-04
1
-12
/
+1
*
Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)
Bastien Guerry
2013-01-07
1
-5
/
+35
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
Replace version 24.2 with 24.3 where appropriate (hopefully)
Glenn Morris
2012-08-15
1
-7
/
+7
*
Autoload more carefully from Lisp. Follow aliases for function properties.
Stefan Monnier
2012-07-25
1
-2
/
+2
*
Reduce use of (require 'cl).
Stefan Monnier
2012-07-10
1
-9
/
+8
*
Use proper faces in apropos.el.
Chong Yidong
2012-04-23
1
-46
/
+49
*
* apropos.el (apropos-read-pattern): Fix word list splitting.
Chong Yidong
2012-04-23
1
-1
/
+1
*
Remove non-option variable handling from customize-apropos
Chong Yidong
2012-04-23
1
-1
/
+1
*
Remove defining user variables via * in docstring.
Chong Yidong
2012-04-09
1
-1
/
+1
*
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
*
apropos.el doc fixes.
Glenn Morris
2011-11-11
1
-8
/
+28
*
apropos.el (apropos-print-doc): Only use emacs-lisp-docstring-fill-column whe...
Noah Friedman
2011-05-06
1
-1
/
+3
*
Improve apropos buffer highlighting.
Chong Yidong
2011-04-23
1
-46
/
+77
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-2
/
+2
*
Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org.
Chong Yidong
2011-02-18
1
-2
/
+3
*
* lisp/apropos.el (apropos-print): Now that `apropos-mode' inherits
Sam Steingold
2011-02-02
1
-2
/
+1
*
* lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';
Sam Steingold
2011-02-01
1
-6
/
+3
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
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
*
|
Add "Version:" and "Package:" Lisp file headers.
Chong Yidong
2010-08-29
1
-0
/
+1
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
[next]