diff options
| author | Glenn Morris | 2014-01-23 23:45:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-23 23:45:40 -0800 |
| commit | 950fb38db155c18989d4cca366644c8f8c886032 (patch) | |
| tree | 3c6e5f48c8171149b2684f4e40f1e8e1f2db466a | |
| parent | f2c5de0a0029557f8b62a44152967e8b46f65853 (diff) | |
| download | emacs-950fb38db155c18989d4cca366644c8f8c886032.tar.gz emacs-950fb38db155c18989d4cca366644c8f8c886032.zip | |
* etc/NEWS: Fix typos
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
| 136 | behave consistently among the platforms: they return the pixel width | 136 | behave consistently among the platforms: they return the pixel width |
| 137 | or height for all physical monitors associated with the given display | 137 | or height for all physical monitors associated with the given display |
| 138 | as just they were on X11. To get information for each physical | 138 | as if they were on X11. To get information for each physical |
| 139 | monitor, use the new functions above. Similar notes also apply to | 139 | monitor, 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 | |||
| 251 | at point. | 251 | at 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 |
| 255 | file to load. If this is non-nil, then when both .el and .elc | 255 | file to load. If this is non-nil, then when both .el and .elc |
| 256 | versions of a file exist, and the caller did not explicitly specify | 256 | versions of a file exist, and the caller did not explicitly specify |
| 257 | which one to load, then the newer file is loaded. The default, nil, | 257 | which one to load, then the newer file is loaded. The default, nil, |