aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-04 23:27:33 +0000
committerJuanma Barranquero2004-06-04 23:27:33 +0000
commitbfd40f00f773024159ca04ee393030115393ac6a (patch)
treea0ec40ecbb8bed5be22d17de48f4c4b647a1c7cb
parent8be2a2dd85a1883526924a652bde209ad3b48c8b (diff)
downloademacs-bfd40f00f773024159ca04ee393030115393ac6a.tar.gz
emacs-bfd40f00f773024159ca04ee393030115393ac6a.zip
Add reference to face `help-argument-name'.
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cc5eff864ad..d1fc40d036d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
109arguments in lowercase italics on displays that support it. To change the 109arguments in lowercase italics on displays that support it. To change the
110default, redefine the function `help-default-arg-highlight'. 110default, 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