]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 18 Aug 2014 19:28:40 +0000 (15:28 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 18 Aug 2014 19:28:40 +0000 (15:28 -0400)
commit2e7d4343e96fe3937140464f05bc8ff760da8e16
tree257d02e6731760a3100833b877f83c4c59f0aa6b
parenta8626b7ec10c36440c2801e0433bb122e331b3e8
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
for &key args.
* emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
(eldoc-function-argstring-format): Remove.
(eldoc-function-argstring): Always return upcase args.
Use help-make-usage.  Don't add parens.
(eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
it's too late to do it right (bug#18048).
lisp/ChangeLog
lisp/emacs-lisp/eldoc.el