emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117731: * lisp/replace.el (query-replace): Fix typo


From: Christoph Scholtes
Subject: [Emacs-diffs] trunk r117731: * lisp/replace.el (query-replace): Fix typo in docstring.
Date: Mon, 25 Aug 2014 02:36:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117731
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18320
committer: Christoph Scholtes <address@hidden>
branch nick: trunk
timestamp: Sun 2014-08-24 20:36:45 -0600
message:
  * lisp/replace.el (query-replace): Fix typo in docstring.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/replace.el                replace.el-20091113204419-o5vbwnq5f7feedwu-119
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-08-24 20:50:11 +0000
+++ b/lisp/ChangeLog    2014-08-25 02:36:45 +0000
@@ -1,3 +1,7 @@
+2014-08-25  Christoph Scholtes  <address@hidden>
+
+       * replace.el (query-replace): Fix typo in docstring (Bug#18320).
+
 2014-08-24  Alan Mackenzie  <address@hidden>
 
        Handle C++11's "auto" and "decltype" constructions.

=== modified file 'lisp/replace.el'
--- a/lisp/replace.el   2014-03-22 22:12:52 +0000
+++ b/lisp/replace.el   2014-08-25 02:36:45 +0000
@@ -266,7 +266,7 @@
 
 Fourth and fifth arg START and END specify the region to operate on.
 
-To customize possible responses, change the \"bindings\" in 
`query-replace-map'."
+To customize possible responses, change the bindings in `query-replace-map'."
   (interactive
    (let ((common
          (query-replace-read-args


reply via email to

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