emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115937: Document `string-suffix-p'.


From: Rüdiger Sonderfeld
Subject: [Emacs-diffs] trunk r115937: Document `string-suffix-p'.
Date: Thu, 09 Jan 2014 16:55:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115937
revision-id: address@hidden
parent: address@hidden
committer: Rüdiger Sonderfeld <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-09 17:54:54 +0100
message:
  Document `string-suffix-p'.
  
  * doc/lispref/strings.texi (Text Comparison): Document
    `string-suffix-p'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/strings.texi       
strings.texi-20091113204419-o5vbwnq5f7feedwu-6212
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-01-07 18:50:49 +0000
+++ b/doc/lispref/ChangeLog     2014-01-09 16:54:54 +0000
@@ -1,3 +1,7 @@
+2014-01-09  Rüdiger Sonderfeld  <address@hidden>
+
+       * strings.texi (Text Comparison): Document `string-suffix-p'.
+
 2014-01-07  Glenn Morris  <address@hidden>
 
        * files.texi (File Attributes): Fix superscipt typo.

=== modified file 'doc/lispref/strings.texi'
--- a/doc/lispref/strings.texi  2014-01-05 01:24:41 +0000
+++ b/doc/lispref/strings.texi  2014-01-09 16:54:54 +0000
@@ -521,6 +521,13 @@
 comparison ignores case differences.
 @end defun
 
address@hidden string-suffix-p suffix string &optional ignore-case
+This function returns address@hidden if @var{suffix} is a suffix of
address@hidden; i.e., if @var{string} ends with @var{suffix}.  If the
+optional argument @var{ignore-case} is address@hidden, the comparison
+ignorescase differences.
address@hidden defun
+
 @defun compare-strings string1 start1 end1 string2 start2 end2 &optional 
ignore-case
 This function compares a specified part of @var{string1} with a
 specified part of @var{string2}.  The specified part of @var{string1}

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-09 13:34:36 +0000
+++ b/etc/NEWS  2014-01-09 16:54:54 +0000
@@ -1133,6 +1133,7 @@
 The value, if non-nil, is a regexp that specifies what to trim from
 the start and end of each substring.
 
++++
 ** New function `string-suffix-p'.
 
 ** File-handling changes


reply via email to

[Prev in Thread] Current Thread [Next in Thread]