emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111006: Reword doc-string of Fcom


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111006: Reword doc-string of Fcompare_buffer_substrings.
Date: Fri, 07 Dec 2012 10:45:03 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111006
committer: martin rudalics <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-12-07 10:45:03 +0100
message:
  Reword doc-string of Fcompare_buffer_substrings.
  
  * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
modified:
  etc/NEWS
  src/ChangeLog
  src/editfns.c
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-12-02 07:13:44 +0000
+++ b/etc/NEWS  2012-12-07 09:45:03 +0000
@@ -702,6 +702,10 @@
 non-nil, instead of causing an error to be signaled.
 
 +++
+** `select-window' now always makes the window's buffer current.
+It does so even if the window was selected before.
+
++++
 ** Docstrings starting with `*' no longer indicate user options.
 Only variables defined using `defcustom' are considered user options.
 The function `user-variable-p' is now an obsolete alias for

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-12-05 17:39:39 +0000
+++ b/src/ChangeLog     2012-12-07 09:45:03 +0000
@@ -1,3 +1,7 @@
+2012-12-07  Martin Rudalics  <address@hidden>
+
+       * editfns.c (Fcompare_buffer_substrings): Reword doc-string.
+
 2012-12-05  Eli Zaretskii  <address@hidden>
 
        * callproc.c (Fcall_process_region) [!HAVE_MKSTEMP]: If mktemp

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2012-11-16 02:40:54 +0000
+++ b/src/editfns.c     2012-12-07 09:45:03 +0000
@@ -2650,10 +2650,10 @@
 DEFUN ("compare-buffer-substrings", Fcompare_buffer_substrings, 
Scompare_buffer_substrings,
        6, 6, 0,
        doc: /* Compare two substrings of two buffers; return result as number.
-the value is -N if first string is less after N-1 chars,
-+N if first string is greater after N-1 chars, or 0 if strings match.
-Each substring is represented as three arguments: BUFFER, START and END.
-That makes six args in all, three for each substring.
+Return -N if first string is less after N-1 chars, +N if first string is
+greater after N-1 chars, or 0 if strings match.  Each substring is
+represented as three arguments: BUFFER, START and END.  That makes six
+args in all, three for each substring.
 
 The value of `case-fold-search' in the current buffer
 determines whether case is significant or ignored.  */)


reply via email to

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