emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 015c89a 2/2: ; * etc/NEWS: Add string-greaterp


From: Nicolas Petton
Subject: [Emacs-diffs] master 015c89a 2/2: ; * etc/NEWS: Add string-greaterp
Date: Thu, 04 Jun 2015 16:32:15 +0000

branch: master
commit 015c89a912f2486ec9ea24968705a84fe7d6fd06
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    ; * etc/NEWS: Add string-greaterp
---
 etc/NEWS |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index d663795..ecf6022 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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]