]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 19 Nov 2004 03:03:18 +0000 (03:03 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 19 Nov 2004 03:03:18 +0000 (03:03 +0000)
etc/NEWS

index 631ab7d9d8a34e9394507a17c5fd26b69550060e..0c412e115bc0db4d2d2b12a39e19a8a82fd248cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2357,10 +2357,15 @@ run time used by Emacs since start-up.
 
 +++
 ** The new function `called-interactively-p' does what many people
-have mistakenly believed `interactively-p' did: it returns t if the
-calling function was called through `call-interactively'.
-This should only be used when you cannot add a new "interactively"
-argument to the command.
+have mistakenly believed `interactive-p' did: it returns t if the
+calling function was called through `call-interactively'.  This should
+only be used when you cannot add a new "interactive" argument to the
+command.
+
++++
+** The new function `assoc-string' replaces `assoc-ignore-case' and
+`assoc-ignore-representation', which are still available, but have
+been declared obsolete.
 
 +++
 ** An interactive specification may now use the code letter 'U' to get