Mercurial > emacs
comparison etc/NEWS @ 55566:345e8d954dfc
Fix description of new help arg highlighting.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 13 May 2004 01:23:07 +0000 |
parents | fe582ae1003e |
children | fbd8ec4519b7 |
comparison
equal
deleted
inserted
replaced
55565:15d9218ad6f6 | 55566:345e8d954dfc |
---|---|
98 | 98 |
99 ** Commands winner-redo and winner-undo, from winner.el, are now bound to | 99 ** Commands winner-redo and winner-undo, from winner.el, are now bound to |
100 C-c <left> and C-c <right>, respectively. This is an incompatible change. | 100 C-c <left> and C-c <right>, respectively. This is an incompatible change. |
101 | 101 |
102 ** Help commands `describe-funcion' and `describe-key' now show function | 102 ** Help commands `describe-funcion' and `describe-key' now show function |
103 arguments in lowercase italics. To change the default, customize the face | 103 arguments in lowercase italics on displays that support it. To change the |
104 `help-argument-name' or see variable `help-arg-highlighting-function'. | 104 default, redefine the function `help-default-arg-highlight'. |
105 | 105 |
106 --- | 106 --- |
107 ** The comint prompt can now be made read-only, using the new user | 107 ** The comint prompt can now be made read-only, using the new user |
108 option `comint-prompt-read-only'. This is not enabled by default, | 108 option `comint-prompt-read-only'. This is not enabled by default, |
109 except in IELM buffers. The read-only status of IELM prompts can be | 109 except in IELM buffers. The read-only status of IELM prompts can be |