From: Glenn Morris Date: Fri, 24 Jan 2014 07:45:40 +0000 (-0800) Subject: * etc/NEWS: Fix typos X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=950fb38db155c18989d4cca366644c8f8c886032;p=emacs.git * etc/NEWS: Fix typos --- 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. *** The functions `display-pixel-width' and `display-pixel-height' now behave consistently among the platforms: they return the pixel width or height for all physical monitors associated with the given display -as just they were on X11. To get information for each physical +as if they were on X11. To get information for each physical monitor, use the new functions above. Similar notes also apply to `x-display-pixel-width', `x-display-pixel-height', `display-mm-width', `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 at point. +++ -*** `load-prefer-newer', affects how the `load' function chooses the +*** `load-prefer-newer' affects how the `load' function chooses the file to load. If this is non-nil, then when both .el and .elc versions of a file exist, and the caller did not explicitly specify which one to load, then the newer file is loaded. The default, nil,