aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-26 17:24:10 +0200
committerBozhidar Batsov2013-11-26 17:24:10 +0200
commit447bdcb8d26da5664ff2b127489f9b2209de227e (patch)
treed55cf85bd4af669d4dc71bf5c320667da5427d18 /etc
parent5fbf6856db55049a694585a5dc76d96ba09158b3 (diff)
downloademacs-447bdcb8d26da5664ff2b127489f9b2209de227e.tar.gz
emacs-447bdcb8d26da5664ff2b127489f9b2209de227e.zip
* lisp/emacs-lisp/helpers.el (string-reverse): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 75cb7f6a235..6b0d18459b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -788,6 +788,7 @@ frame.
788*** `hash-table-keys' 788*** `hash-table-keys'
789*** `hash-table-values' 789*** `hash-table-values'
790*** `string-join` 790*** `string-join`
791*** `string-reverse`
791*** `string-trim-left' 792*** `string-trim-left'
792*** `string-trim-right' 793*** `string-trim-right'
793*** `string-trim' 794*** `string-trim'