emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 12d7757: ; * lisp/emacs-lisp/re-builder.el: Fix com


From: Noam Postavsky
Subject: [Emacs-diffs] master 12d7757: ; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).
Date: Fri, 4 Aug 2017 18:36:16 -0400 (EDT)

branch: master
commit 12d7757a794edaf6ad81ee468dc99998ecf5d4ac
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).
---
 lisp/emacs-lisp/re-builder.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el
index f60d723..2eff1d1 100644
--- a/lisp/emacs-lisp/re-builder.el
+++ b/lisp/emacs-lisp/re-builder.el
@@ -64,8 +64,8 @@
 ;; syntax and string syntax are both delimited by `"'s and behave
 ;; according to their name.  With the `string' syntax there's no need
 ;; to escape the backslashes and double quotes simplifying the editing
-;; somewhat.  The other three allow editing of symbolic regular
-;; expressions supported by the packages of the same name.
+;; somewhat.  The `rx' syntax allows editing of symbolic regular
+;; expressions supported by the package of the same name.
 
 ;; Editing symbolic expressions is done through a major mode derived
 ;; from `emacs-lisp-mode' so you'll get all the good stuff like



reply via email to

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