diff options
author | Bozhidar Batsov <bozhidar@batsov.com> | 2013-11-24 11:31:51 +0200 |
---|---|---|
committer | Bozhidar Batsov <bozhidar@batsov.com> | 2013-11-24 11:31:51 +0200 |
commit | b55aea382c32f4448892265f322a38290ce10305 (patch) | |
tree | e0e666ad75c49a6a84cc1b1b958175d832f28537 /etc | |
parent | 41ce6f702730d95ef62e770a1b8160e3aac9d0a8 (diff) | |
download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |