projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde22c0
)
; * lisp/emacs-lisp/re-builder.el (reb-change-syntax): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Dec 2024 14:22:21 +0000
(16:22 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Dec 2024 14:22:21 +0000
(16:22 +0200)
lisp/emacs-lisp/re-builder.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/re-builder.el
b/lisp/emacs-lisp/re-builder.el
index 1fc6c872332b4a519548f07f4db14b06e0276bc6..92f22e335f79eab9b226b4b8d639d24f15ce7d83 100644
(file)
--- a/
lisp/emacs-lisp/re-builder.el
+++ b/
lisp/emacs-lisp/re-builder.el
@@
-494,7
+494,7
@@
Re-Builder currently understands three different forms of input, namely
`query-replace-regexp' (\\[query-replace-regexp]). There is no need to escape
backslashes and double quotes.
- 2. The `read' syntax is the s
ame syntax used as
when specifying the
+ 2. The `read' syntax is the s
yntax used
when specifying the
regexp as a string in a Lisp program.
3. Finally, the `rx' syntax allows editing of symbolic regular