]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).
authorNoam Postavsky <npostavs@gmail.com>
Fri, 4 Aug 2017 22:36:05 +0000 (18:36 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 4 Aug 2017 22:36:05 +0000 (18:36 -0400)
lisp/emacs-lisp/re-builder.el

index f60d723a8838f0407991c73d0ed419c91a13e554..2eff1d1ab30c6b3f48896ba3a903af2588f179e5 100644 (file)
@@ -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