diff options
| author | Karl Heuer | 1997-04-06 14:48:27 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-04-06 14:48:27 +0000 |
| commit | 1a7c2dbf3bee7cb4230e574e2be60aa7b76c0f64 (patch) | |
| tree | bffd544cb2c6e13a40711d5f4133e2028a9586b8 | |
| parent | 70344b3461fedd48fc86cee5d22579990b3a4b37 (diff) | |
| download | emacs-1a7c2dbf3bee7cb4230e574e2be60aa7b76c0f64.tar.gz emacs-1a7c2dbf3bee7cb4230e574e2be60aa7b76c0f64.zip | |
(set-case-syntax): Doc fix.
| -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 c47359b24bb..71b9b76823c 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | (set-char-table-extra-slot copy 1 nil) | 68 | (set-char-table-extra-slot copy 1 nil) |
| 69 | (set-char-table-extra-slot copy 2 nil) | 69 | (set-char-table-extra-slot copy 2 nil) |
| 70 | copy)) | 70 | copy)) |
| 71 | 71 | ||
| 72 | ;;;###autoload | 72 | ;;;###autoload |
| 73 | (defun set-case-syntax-delims (l r table) | 73 | (defun set-case-syntax-delims (l r table) |
| 74 | "Make characters L and R a matching pair of non-case-converting delimiters. | 74 | "Make characters L and R a matching pair of non-case-converting delimiters. |
| @@ -105,8 +105,8 @@ word constituents." | |||
| 105 | 105 | ||
| 106 | ;;;###autoload | 106 | ;;;###autoload |
| 107 | (defun set-case-syntax (c syntax table) | 107 | (defun set-case-syntax (c syntax table) |
| 108 | "Make characters C case-invariant with syntax SYNTAX. | 108 | "Make character C case-invariant with syntax SYNTAX. |
| 109 | This sets the entries for character C in TABLE, which is a string | 109 | This sets the entry for character C in TABLE, which is a string |
| 110 | that will be used as the downcase part of a case table. | 110 | that will be used as the downcase part of a case table. |
| 111 | It also modifies `standard-syntax-table'. | 111 | It also modifies `standard-syntax-table'. |
| 112 | SYNTAX should be \" \", \"w\", \".\" or \"_\"." | 112 | SYNTAX should be \" \", \"w\", \".\" or \"_\"." |