From: Nicolas Petton Date: Thu, 4 Jun 2015 16:31:49 +0000 (+0200) Subject: ; * etc/NEWS: Add string-greaterp X-Git-Tag: emacs-25.0.90~1874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=015c89a912f2486ec9ea24968705a84fe7d6fd06;p=emacs.git ; * etc/NEWS: Add string-greaterp --- diff --git a/etc/NEWS b/etc/NEWS index d6637957fa9..ecf60222672 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -870,7 +870,7 @@ evaluated (and should return a string) when the closure is built. ** define-inline provides a new way to define inlinable functions. -** New function macroexpand-1 to perform a single step of macroexpansion. +** New function `macroexpand-1' to perform a single step of macroexpansion. ** Some "x-*" were obsoleted: *** x-select-text is renamed gui-select-text. @@ -880,6 +880,9 @@ evaluated (and should return a string) when the closure is built. *** x-get-selection-value is renamed to gui-get-primary-selection. *** x-set-selection is renamed to gui-set-selection +** New function `string-greaterp', which return the opposite result of +`string-lessp'. + ** New function `alist-get', which is also a valid place (aka lvalue). ** New function `funcall-interactively', which works like `funcall'