diff options
| author | Noam Postavsky | 2017-08-04 18:36:05 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2017-08-04 18:36:05 -0400 |
| commit | 12d7757a794edaf6ad81ee468dc99998ecf5d4ac (patch) | |
| tree | 7b0d13ece249435888189da667059f724d777aa1 | |
| parent | 3a0f2dfa79611d5f3789a1127603d3798e83b9f8 (diff) | |
| download | emacs-12d7757a794edaf6ad81ee468dc99998ecf5d4ac.tar.gz emacs-12d7757a794edaf6ad81ee468dc99998ecf5d4ac.zip | |
; * lisp/emacs-lisp/re-builder.el: Fix commentary (Bug#27947).
| -rw-r--r-- | lisp/emacs-lisp/re-builder.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/re-builder.el b/lisp/emacs-lisp/re-builder.el index f60d723a883..2eff1d1ab30 100644 --- a/lisp/emacs-lisp/re-builder.el +++ b/lisp/emacs-lisp/re-builder.el | |||
| @@ -64,8 +64,8 @@ | |||
| 64 | ;; syntax and string syntax are both delimited by `"'s and behave | 64 | ;; syntax and string syntax are both delimited by `"'s and behave |
| 65 | ;; according to their name. With the `string' syntax there's no need | 65 | ;; according to their name. With the `string' syntax there's no need |
| 66 | ;; to escape the backslashes and double quotes simplifying the editing | 66 | ;; to escape the backslashes and double quotes simplifying the editing |
| 67 | ;; somewhat. The other three allow editing of symbolic regular | 67 | ;; somewhat. The `rx' syntax allows editing of symbolic regular |
| 68 | ;; expressions supported by the packages of the same name. | 68 | ;; expressions supported by the package of the same name. |
| 69 | 69 | ||
| 70 | ;; Editing symbolic expressions is done through a major mode derived | 70 | ;; Editing symbolic expressions is done through a major mode derived |
| 71 | ;; from `emacs-lisp-mode' so you'll get all the good stuff like | 71 | ;; from `emacs-lisp-mode' so you'll get all the good stuff like |