]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS (static-if): Clarify the entry.
authorAlan Mackenzie <acm@muc.de>
Mon, 4 Sep 2023 13:06:44 +0000 (13:06 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 4 Sep 2023 13:06:44 +0000 (13:06 +0000)
etc/NEWS

index 3686bc42f190bf478e6134c056ecc29d8b5764d7..3afb0e3008e13684f077350e00eeee2eb4bdf92a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -869,10 +869,11 @@ See the "(elisp) Porting Old Advice" node for help converting them
 to use 'advice-add' or 'define-advice' instead.
 
 +++
-** New macro 'static-if' for conditional compilation of code.
-This macro hides a form from the compiler based on a compile-time
-condition.  This is handy for avoiding byte-compilation warnings about
-code that will never actually run under some conditions.
+** New macro 'static-if' for conditional evaluation of code.
+This macro hides a form from the evaluator or byte-compiler based on a
+compile-time condition.  This is handy for avoiding byte-compilation
+warnings about code that will never actually run under some
+conditions.
 
 +++
 ** Desktop notifications are now supported on the Haiku operating system.