From c968810061bce96c7882e50dc82cb9f228beec34 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 May 2004 00:02:52 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++-- lisp/ChangeLog | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index dd027945f3c..d5c329bb8ba 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -97,8 +97,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. C-c and C-c , respectively. This is an incompatible change. ** Help commands `describe-funcion' and `describe-key' now show function -arguments in italics. To change the default highlighting customize the -face `help-argument-name'. +arguments in lowercase italics. To change the default, customize the face +`help-argument-name' or see variable `help-arg-highlighting-function'. --- ** The comint prompt can now be made read-only, using the new user diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9d840e1199..cd0227fdb17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-05-12 Juanma Barranquero + + * help-fns.el (help-split-fundoc, help-add-fundoc-usage): + Make arguments match their use in docstring. + (help-arg-highlighting-function): New variable. + (help-argument-name): Mention it in the docstring. + (help-do-arg-highlight): Use it. Expand regexp to accept also + ARG-xxx and xxx-ARG references. + 2004-05-11 Yoichi NAKAYAMA (tiny change) * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of @@ -16,7 +25,8 @@ 2004-05-11 Juanma Barranquero - * custom.el (custom-initialize-default, defcustom): Typo in docstring. + * custom.el (custom-initialize-default, defcustom): Fix typo + in docstring. * files.el (set-visited-file-name, file-expand-wildcards): Fix docstring. @@ -6877,7 +6887,7 @@ 2003-07-10 Vinicius Jose Latorre * ps-print.el: Print line number correctly in a region. Reported by - Tim Allen + Tim Allen . (ps-print-version): New version number (6.6.2). (ps-printing-region): Code fix. -- 2.39.2