diff options
| author | Bozhidar Batsov | 2013-11-26 17:24:10 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-26 17:24:10 +0200 |
| commit | 447bdcb8d26da5664ff2b127489f9b2209de227e (patch) | |
| tree | d55cf85bd4af669d4dc71bf5c320667da5427d18 /etc | |
| parent | 5fbf6856db55049a694585a5dc76d96ba09158b3 (diff) | |
| download | emacs-447bdcb8d26da5664ff2b127489f9b2209de227e.tar.gz emacs-447bdcb8d26da5664ff2b127489f9b2209de227e.zip | |
* lisp/emacs-lisp/helpers.el (string-reverse): New function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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' |