aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-12-06 09:31:42 -0500
committerGlenn Morris2013-12-06 09:31:42 -0500
commit652b969ea12b16436a4a2be37be4cbcb257282ca (patch)
tree9c88cc45b7520f0ec7e36dc0021e548fe8954447
parentfa834a93da52976387fe71c0034d0c8d9437fe6b (diff)
downloademacs-652b969ea12b16436a4a2be37be4cbcb257282ca.tar.gz
emacs-652b969ea12b16436a4a2be37be4cbcb257282ca.zip
NEWS trivia
-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