diff options
| author | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
| commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
| tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/textmodes | |
| parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
| download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip | |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index e72576cdc74..f815419ea44 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2053,7 +2053,8 @@ IGNORE-WORDS List of words which should be removed from the string." | |||
| 2053 | (newname (concat "Fontify-me-" oldname))) | 2053 | (newname (concat "Fontify-me-" oldname))) |
| 2054 | (unwind-protect | 2054 | (unwind-protect |
| 2055 | (progn | 2055 | (progn |
| 2056 | ;; Rename buffer temporarily to start w/o space (because of font-lock) | 2056 | ;; Rename buffer temporarily to start without space (because |
| 2057 | ;; of font-lock) | ||
| 2057 | (rename-buffer newname t) | 2058 | (rename-buffer newname t) |
| 2058 | ;; Good: we have the indirection functions | 2059 | ;; Good: we have the indirection functions |
| 2059 | (set (make-local-variable 'font-lock-fontify-region-function) | 2060 | (set (make-local-variable 'font-lock-fontify-region-function) |