aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-05-13 01:23:07 +0000
committerJuanma Barranquero2004-05-13 01:23:07 +0000
commit85f6be548e3b55bdf4d4549011830bcd992f28c0 (patch)
treeb661d1d840381427b87fb16bc2f309a27a8e7cce
parentaae424b96f6957c6c70ef5b53d327a0db88aacfd (diff)
downloademacs-85f6be548e3b55bdf4d4549011830bcd992f28c0.tar.gz
emacs-85f6be548e3b55bdf4d4549011830bcd992f28c0.zip
Fix description of new help arg highlighting.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e30f006a476..4b9f443ce91 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -100,8 +100,8 @@ in the current input method to input a character at point.
100C-c <left> and C-c <right>, respectively. This is an incompatible change. 100C-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
103arguments in lowercase italics. To change the default, customize the face 103arguments in lowercase italics on displays that support it. To change the
104`help-argument-name' or see variable `help-arg-highlighting-function'. 104default, 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