comparison etc/NEWS @ 105184:22328c89c071

* help-fns.el (help-downcase-arguments): New option, defaulting to nil. (help-default-arg-highlight): Remove. (help-highlight-arg): New function. (help-do-arg-highlight): Use it. Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520) * NEWS: Mention new variable `help-downcase-arguments' and new default for arguments in *Help* buffers.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Sep 2009 19:19:41 +0000
parents 549ca02e98fe
children 95bdce3df18d
comparison
equal deleted inserted replaced
105183:e7e9efa5ce16 105184:22328c89c071
44 44
45 *** The new variable `inhibit-x-resources' shows whether X resources 45 *** The new variable `inhibit-x-resources' shows whether X resources
46 were loaded. 46 were loaded.
47 47
48 * Changes in Emacs 23.2 48 * Changes in Emacs 23.2
49
50 ** Function arguments in *Help* buffers are now in uppercase by default.
51 You can customize the new variable `help-downcase-arguments' to change it.
49 52
50 ** Unibyte sessions are now considered obsolete. 53 ** Unibyte sessions are now considered obsolete.
51 I.e. the use of the environment variable EMACS_UNIBYTE, or command line 54 I.e. the use of the environment variable EMACS_UNIBYTE, or command line
52 arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte 55 arguments --unibyte, --multibyte, --no-multibyte, and --no-unibyte
53 is deprecated. Similarly for custom-izing enable-multibyte-characters, or 56 is deprecated. Similarly for custom-izing enable-multibyte-characters, or