aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 679a724f046..89fc9583759 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -171,7 +171,7 @@ monitor, use the new functions above. Similar notes also apply to
171`x-display-pixel-width', `x-display-pixel-height', `display-mm-width', 171`x-display-pixel-width', `x-display-pixel-height', `display-mm-width',
172`display-mm-height', `x-display-mm-width', and `x-display-mm-height'. 172`display-mm-height', `x-display-mm-width', and `x-display-mm-height'.
173 173
174** New macro `alternatives-define' can be used to define generic commands. 174** New macro `define-alternatives' can be used to define generic commands.
175Generic commands are interactive functions whose implementation can be 175Generic commands are interactive functions whose implementation can be
176selected among several alternatives, as a matter of user preference. 176selected among several alternatives, as a matter of user preference.
177 177