diff options
| author | Juanma Barranquero | 2004-05-13 01:23:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-05-13 01:23:07 +0000 |
| commit | 85f6be548e3b55bdf4d4549011830bcd992f28c0 (patch) | |
| tree | b661d1d840381427b87fb16bc2f309a27a8e7cce | |
| parent | aae424b96f6957c6c70ef5b53d327a0db88aacfd (diff) | |
| download | emacs-85f6be548e3b55bdf4d4549011830bcd992f28c0.tar.gz emacs-85f6be548e3b55bdf4d4549011830bcd992f28c0.zip | |
Fix description of new help arg highlighting.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -100,8 +100,8 @@ in the current input method to input a character at point. | |||
| 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 |