aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-23 23:45:40 -0800
committerGlenn Morris2014-01-23 23:45:40 -0800
commit950fb38db155c18989d4cca366644c8f8c886032 (patch)
tree3c6e5f48c8171149b2684f4e40f1e8e1f2db466a
parentf2c5de0a0029557f8b62a44152967e8b46f65853 (diff)
downloademacs-950fb38db155c18989d4cca366644c8f8c886032.tar.gz
emacs-950fb38db155c18989d4cca366644c8f8c886032.zip
* etc/NEWS: Fix typos
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 86b5daf463e..d1fec74a270 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -135,7 +135,7 @@ each physical monitor on multi-monitor setups.
135*** The functions `display-pixel-width' and `display-pixel-height' now 135*** The functions `display-pixel-width' and `display-pixel-height' now
136behave consistently among the platforms: they return the pixel width 136behave consistently among the platforms: they return the pixel width
137or height for all physical monitors associated with the given display 137or height for all physical monitors associated with the given display
138as just they were on X11. To get information for each physical 138as if they were on X11. To get information for each physical
139monitor, use the new functions above. Similar notes also apply to 139monitor, use the new functions above. Similar notes also apply to
140`x-display-pixel-width', `x-display-pixel-height', `display-mm-width', 140`x-display-pixel-width', `x-display-pixel-height', `display-mm-width',
141`display-mm-height', `x-display-mm-width', and `x-display-mm-height'. 141`display-mm-height', `x-display-mm-width', and `x-display-mm-height'.
@@ -251,7 +251,7 @@ value from the regexp last history element, or from the symbol found
251at point. 251at point.
252 252
253+++ 253+++
254*** `load-prefer-newer', affects how the `load' function chooses the 254*** `load-prefer-newer' affects how the `load' function chooses the
255file to load. If this is non-nil, then when both .el and .elc 255file to load. If this is non-nil, then when both .el and .elc
256versions of a file exist, and the caller did not explicitly specify 256versions of a file exist, and the caller did not explicitly specify
257which one to load, then the newer file is loaded. The default, nil, 257which one to load, then the newer file is loaded. The default, nil,