summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2013-11-24 11:31:51 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2013-11-24 11:31:51 +0200
commitb55aea382c32f4448892265f322a38290ce10305 (patch)
treee0e666ad75c49a6a84cc1b1b958175d832f28537 /etc
parent41ce6f702730d95ef62e770a1b8160e3aac9d0a8 (diff)
downloademacs-b55aea382c32f4448892265f322a38290ce10305.tar.gz
* lisp/emacs-lisp/helpers.el: Add some string helpers.
(string-trim-left): Removes leading whitespace. (string-trim-right): Removes trailing whitespace. (string-trim): Removes leading and trailing whitespace.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 01e77a44169..de541fdb951 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -769,6 +769,9 @@ frame.
** New library helpers.el for misc helper functions
*** `hash-table-keys'
*** `hash-table-values'
+*** `string-trim-left'
+*** `string-trim-right'
+*** `string-trim'
** Obsoleted functions:
*** `log10'