diff options
| author | Richard M. Stallman | 1992-07-24 04:34:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-24 04:34:12 +0000 |
| commit | 3e95679ecc30375da1c94e84c6610a42944b680e (patch) | |
| tree | 23be253facee76f4ea007ca4a052aaa4f14e8b23 | |
| parent | 2c5e21c133a030ffee081f6088fca6fe6504749f (diff) | |
| download | emacs-3e95679ecc30375da1c94e84c6610a42944b680e.tar.gz emacs-3e95679ecc30375da1c94e84c6610a42944b680e.zip | |
entered into RCS
| -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 @@ | |||
| 48 | (concat "lowercase, matches " | 48 | (concat "lowercase, matches " |
| 49 | (text-char-description (upcase ch)))) | 49 | (text-char-description (upcase ch)))) |
| 50 | (t "case-invariant"))) | 50 | (t "case-invariant"))) |
| 51 | (setq i (1+ i)))) | 51 | (setq i (1+ i))) |
| 52 | (with-output-to-temp-buffer "*Help*" | 52 | (with-output-to-temp-buffer "*Help*" |
| 53 | (describe-vector vector))) | 53 | (describe-vector vector)))) |
| 54 | 54 | ||
| 55 | (defun set-case-syntax-delims (l r string) | 55 | (defun set-case-syntax-delims (l r string) |
| 56 | "Make characters L and R a matching pair of non-case-converting delimiters. | 56 | "Make characters L and R a matching pair of non-case-converting delimiters. |