diff options
| author | Juanma Barranquero | 2004-06-04 23:27:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-04 23:27:33 +0000 |
| commit | bfd40f00f773024159ca04ee393030115393ac6a (patch) | |
| tree | a0ec40ecbb8bed5be22d17de48f4c4b647a1c7cb | |
| parent | 8be2a2dd85a1883526924a652bde209ad3b48c8b (diff) | |
| download | emacs-bfd40f00f773024159ca04ee393030115393ac6a.tar.gz emacs-bfd40f00f773024159ca04ee393030115393ac6a.zip | |
Add reference to face `help-argument-name'.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -107,7 +107,8 @@ C-c <left> and C-c <right>, respectively. This is an incompatible change. | |||
| 107 | 107 | ||
| 108 | ** Help commands `describe-funcion' and `describe-key' now show function | 108 | ** Help commands `describe-funcion' and `describe-key' now show function |
| 109 | arguments in lowercase italics on displays that support it. To change the | 109 | arguments in lowercase italics on displays that support it. To change the |
| 110 | default, redefine the function `help-default-arg-highlight'. | 110 | default, customize face `help-argument-name' or redefine the function |
| 111 | `help-default-arg-highlight'. | ||
| 111 | 112 | ||
| 112 | --- | 113 | --- |
| 113 | ** The comint prompt can now be made read-only, using the new user | 114 | ** The comint prompt can now be made read-only, using the new user |