comparison lisp/ChangeLog @ 82466:168363a0236b

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 19 Aug 2007 03:05:35 +0000
parents 4832d8e5a326
children ff85cbd27ee2
comparison
equal deleted inserted replaced
82465:0b0688e8eda7 82466:168363a0236b
5 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system 5 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6 shadow files messing up the compilation. 6 shadow files messing up the compilation.
7 7
8 2007-08-18 Glenn Morris <rgm@gnu.org> 8 2007-08-18 Glenn Morris <rgm@gnu.org>
9 9
10 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Convert 10 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
11 comment to basic doc string. Also apply eldoc-argument-case in 11 string. Also apply eldoc-argument-case in the help-split-fundoc
12 the help-split-fundoc case. Adapt for changed behavior of 12 case. Adapt for changed behavior of eldoc-function-argstring,
13 eldoc-function-argstring, eldoc-function-argstring-format, and 13 eldoc-function-argstring-format, and
14 eldoc-highlight-function-argument. 14 eldoc-highlight-function-argument.
15 (eldoc-highlight-function-argument): Make INDEX argument 15 (eldoc-highlight-function-argument): Handle nil INDEX argument,
16 optional, just call eldoc-docstring-format-sym-doc if absent. 16 just call eldoc-docstring-format-sym-doc in that case.
17 (eldoc-function-argstring): Change the behavior. Now it converts 17 (eldoc-function-argstring): Change the behavior. Now it converts
18 an argument list to a string. 18 an argument list to a string.
19 (eldoc-function-argstring-format): Change the behavior. Now it 19 (eldoc-function-argstring-format): Change the behavior. Now it
20 applies `eldoc-argument-case' to a string. 20 applies `eldoc-argument-case' to a string.
21 21