From: Glenn Morris Date: Fri, 9 Nov 2012 08:30:48 +0000 (-0800) Subject: Trivial NEWS copyedits X-Git-Tag: emacs-24.2.90~127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=847a056110575995e0f68ccdc0c7561e3c563da3;p=emacs.git Trivial NEWS copyedits --- diff --git a/etc/NEWS b/etc/NEWS index 86933bbbf17..498a1e2ef52 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -911,9 +911,9 @@ describing the cycle. ** Miscellaneous new functions: +++ -*** `autoloadp' +*** `autoloadp' tests if its argument is an autoloaded object. +++ -*** `autoload-do-load' +*** `autoload-do-load' performs the autoloading operation. +++ *** `buffer-narrowed-p' tests if the buffer is narrowed. +++ @@ -941,13 +941,13 @@ See the "Face Attributes" section of the Elisp manual. ** The following functions and variables are obsolete: --- -*** `automount-dir-prefix' +*** `automount-dir-prefix' (use `directory-abbrev-alist') +++ *** `buffer-has-markers-at' --- *** `macro-declaration-function' (use `macro-declarations-alist') --- -*** `window-system-version' +*** `window-system-version' (provides no useful information) --- *** `dired-pop-to-buffer' (use `dired-mark-pop-up') ---