diff options
Diffstat (limited to 'lisp/case-table.el')
-rw-r--r-- | lisp/case-table.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/case-table.el b/lisp/case-table.el index 1999f80cb8c..fbfcfc18076 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el @@ -48,9 +48,9 @@ (concat "lowercase, matches " (text-char-description (upcase ch)))) (t "case-invariant"))) - (setq i (1+ i)))) - (with-output-to-temp-buffer "*Help*" - (describe-vector vector))) + (setq i (1+ i))) + (with-output-to-temp-buffer "*Help*" + (describe-vector vector)))) (defun set-case-syntax-delims (l r string) "Make characters L and R a matching pair of non-case-converting delimiters. |