emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114148: * lisp/replace.el (replace-string): Doc fix


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114148: * lisp/replace.el (replace-string): Doc fix re start/end.
Date: Fri, 06 Sep 2013 01:38:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114148
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15275
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-09-05 21:38:45 -0400
message:
  * lisp/replace.el (replace-string): Doc fix re start/end.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/replace.el                replace.el-20091113204419-o5vbwnq5f7feedwu-119
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-05 13:05:01 +0000
+++ b/lisp/ChangeLog    2013-09-06 01:38:45 +0000
@@ -1,3 +1,7 @@
+2013-09-06  Glenn Morris  <address@hidden>
+
+       * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
+
 2013-09-05  Dmitry Gutov  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish

=== modified file 'lisp/replace.el'
--- a/lisp/replace.el   2013-08-05 18:05:46 +0000
+++ b/lisp/replace.el   2013-09-06 01:38:45 +0000
@@ -490,12 +490,13 @@
 to be replaced will match a sequence of whitespace chars defined by the
 regexp in `search-whitespace-regexp'.
 
-In Transient Mark mode, if the mark is active, operate on the contents
-of the region.  Otherwise, operate from point to the end of the buffer.
-
 Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
 only matches surrounded by word boundaries.
-Fourth and fifth arg START and END specify the region to operate on.
+
+Operates on the region between START and END (if both are nil, from point
+to the end of the buffer).  Interactively, if Transient Mark mode is
+enabled and the mark is active, operates on the contents of the region;
+otherwise from point to the end of the buffer.
 
 Use \\<minibuffer-local-map>\\[next-history-element] \
 to pull the last incremental search string to the minibuffer


reply via email to

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