]> code.delx.au - gnu-emacs/commitdiff
; * etc/NEWS: Add string-greaterp
authorNicolas Petton <nicolas@petton.fr>
Thu, 4 Jun 2015 16:31:49 +0000 (18:31 +0200)
committerNicolas Petton <nicolas@petton.fr>
Thu, 4 Jun 2015 16:31:49 +0000 (18:31 +0200)
etc/NEWS

index d6637957fa9516831f9d30a6b3c0ee85242cefb3..ecf602226723930dcdda867a3685170b189c55e7 100644 (file)
--- 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'