[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 a7905145f70: ; * lisp/emacs-lisp/re-builder.el (reb-change-synt
From: |
Eli Zaretskii |
Subject: |
emacs-30 a7905145f70: ; * lisp/emacs-lisp/re-builder.el (reb-change-syntax): Fix typo. |
Date: |
Wed, 18 Dec 2024 09:23:14 -0500 (EST) |
branch: emacs-30
commit a7905145f70bce9681559ec37fbbe54afd52d913
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * lisp/emacs-lisp/re-builder.el (reb-change-syntax): Fix typo.
---
lisp/emacs-lisp/re-builder.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el
index 1fc6c872332..92f22e335f7 100644
--- 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 same syntax used as when specifying the
+ 2. The `read' syntax is the syntax used when specifying the
regexp as a string in a Lisp program.
3. Finally, the `rx' syntax allows editing of symbolic regular
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 a7905145f70: ; * lisp/emacs-lisp/re-builder.el (reb-change-syntax): Fix typo.,
Eli Zaretskii <=