comparison lisp/ChangeLog @ 56148:dbab365230eb

(query-replace-read-args): Only warn about use of \n and \t when we are doing a regexp replacement and the actual escaped character is n or t. (query-replace-regexp): Add \, and \# interpretation to interactive call and document it. (query-replace-regexp-eval, replace-match-string-symbols): add \# as shortkey for replace-count. (replace-quote): New function for doubling backslashes.
author David Kastrup <dak@gnu.org>
date Thu, 17 Jun 2004 14:44:02 +0000
parents b36f4311957c
children dd4e1a1d020e
comparison
equal deleted inserted replaced
56147:6b858fb89033 56148:dbab365230eb
1 2004-06-17 David Kastrup <dak@gnu.org>
2
3 * replace.el (query-replace-read-args): Only warn about use of \n
4 and \t when we are doing a regexp replacement and the actual
5 escaped character is n or t.
6 (query-replace-regexp): Add \, and \# interpretation to
7 interactive call and document it.
8 (query-replace-regexp-eval, replace-match-string-symbols): add \#
9 as shortkey for replace-count.
10 (replace-quote): New function for doubling backslashes.
11
1 2004-06-17 Juanma Barranquero <lektu@terra.es> 12 2004-06-17 Juanma Barranquero <lektu@terra.es>
2 13
3 * files.el (parse-colon-path, cd): Mention in docstring that the 14 * files.el (parse-colon-path, cd): Mention in docstring that the
4 path separator is colon in GNU-like systems. 15 path separator is colon in GNU-like systems.
5 16