diff options
| author | RĂ¼diger Sonderfeld | 2014-01-09 17:54:54 +0100 |
|---|---|---|
| committer | RĂ¼diger Sonderfeld | 2014-01-09 17:54:54 +0100 |
| commit | fa49b46991ddc7c30c0aa526ad8966bddccc26e1 (patch) | |
| tree | c61ecd613acf1eab5bf1e640602bc2153ad4d3bc /etc | |
| parent | fb14cb489aba648435c879dc83a18c756147724c (diff) | |
| download | emacs-fa49b46991ddc7c30c0aa526ad8966bddccc26e1.tar.gz emacs-fa49b46991ddc7c30c0aa526ad8966bddccc26e1.zip | |
Document `string-suffix-p'.
* doc/lispref/strings.texi (Text Comparison): Document
`string-suffix-p'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1133,6 +1133,7 @@ a non-nil `interactive-only' property. | |||
| 1133 | The value, if non-nil, is a regexp that specifies what to trim from | 1133 | The value, if non-nil, is a regexp that specifies what to trim from |
| 1134 | the start and end of each substring. | 1134 | the start and end of each substring. |
| 1135 | 1135 | ||
| 1136 | +++ | ||
| 1136 | ** New function `string-suffix-p'. | 1137 | ** New function `string-suffix-p'. |
| 1137 | 1138 | ||
| 1138 | ** File-handling changes | 1139 | ** File-handling changes |