comparison src/syntax.c @ 624:2bb7f23b7ea5

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 01 May 1992 06:20:46 +0000
parents 8c615e453683
children 5f08efa38dd0
comparison
equal deleted inserted replaced
623:347a8db13650 624:2bb7f23b7ea5
156 DEFUN ("modify-syntax-entry", foo, bar, 0, 0, 0, 156 DEFUN ("modify-syntax-entry", foo, bar, 0, 0, 0,
157 "Set syntax for character CHAR according to string S.\n\ 157 "Set syntax for character CHAR according to string S.\n\
158 The syntax is changed only for table TABLE, which defaults to\n\ 158 The syntax is changed only for table TABLE, which defaults to\n\
159 the current buffer's syntax table.\n\ 159 the current buffer's syntax table.\n\
160 The first character of S should be one of the following:\n\ 160 The first character of S should be one of the following:\n\
161 Space whitespace syntax. w word constituent.\n\ 161 Space or - whitespace syntax. w word constituent.\n\
162 _ symbol constituent. . punctuation.\n\ 162 _ symbol constituent. . punctuation.\n\
163 ( open-parenthesis. ) close-parenthesis.\n\ 163 ( open-parenthesis. ) close-parenthesis.\n\
164 \" string quote. \\ character-quote.\n\ 164 \" string quote. \\ escape.\n\
165 $ paired delimiter. ' expression quote or prefix operator.\n\ 165 $ paired delimiter. ' expression quote or prefix operator.\n\
166 < comment starter. > comment ender.\n\ 166 < comment starter. > comment ender.\n\
167 / character-quote.\n\
167 Only single-character comment start and end sequences are represented thus.\n\ 168 Only single-character comment start and end sequences are represented thus.\n\
168 Two-character sequences are represented as described below.\n\ 169 Two-character sequences are represented as described below.\n\
169 The second character of S is the matching parenthesis,\n\ 170 The second character of S is the matching parenthesis,\n\
170 used only if the first character is `(' or `)'.\n\ 171 used only if the first character is `(' or `)'.\n\
171 Any additional characters are flags.\n\ 172 Any additional characters are flags.\n\