; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).
This commit is contained in:
parent
3a0f2dfa79
commit
12d7757a79
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue