diff options
author | jao <jao@gnu.org> | 2022-03-08 20:56:51 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-08 20:56:51 +0000 |
commit | 76b19057f97e834f2873c502d7bd66a31b1d0b17 (patch) | |
tree | 0ac1ab9e63c8fc49f591136ec9eb7327ff638320 /elisp | |
parent | f9a40fe67e15ad2ec984687a8e99844707f736e5 (diff) | |
download | geiser-76b19057f97e834f2873c502d7bd66a31b1d0b17.tar.gz geiser-76b19057f97e834f2873c502d7bd66a31b1d0b17.tar.bz2 |
Nit (fixes #38)
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el index c1cced7..a5fc54f 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -515,7 +515,7 @@ implementation-specific entries for font-lock-keywords.") (buffer-undo-list t) (geiser-buffer (current-buffer))) (with-current-buffer - (get-buffer-create " *Geiser repl fontification*") + (get-buffer-create " *Geiser REPL fontification*") (let ((inhibit-modification-hooks nil)) (erase-buffer) ;; Add string and a final space to ensure property change. |