Mercurial > emacs
comparison lispref/syntax.texi @ 42302:d8ad3f9bd404
Replace "comment-fence" and "string-fence" with consistent terms.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Dec 2001 18:01:56 +0000 |
parents | 539c02b5cd0c |
children | ca4e3a6d73f4 |
comparison
equal
deleted
inserted
replaced
42301:2d1a5980a302 | 42302:d8ad3f9bd404 |
---|---|
873 @tab | 873 @tab |
874 4 @ @ open parenthesis | 874 4 @ @ open parenthesis |
875 @tab | 875 @tab |
876 9 @ @ escape | 876 9 @ @ escape |
877 @tab | 877 @tab |
878 14 @ @ comment-fence | 878 14 @ @ generic comment |
879 @item | 879 @item |
880 @tab | 880 @tab |
881 15 @ string-fence | 881 15 @ generic string |
882 @end multitable | 882 @end multitable |
883 | 883 |
884 For example, the usual syntax value for @samp{(} is @code{(4 . 41)}. | 884 For example, the usual syntax value for @samp{(} is @code{(4 . 41)}. |
885 (41 is the character code for @samp{)}.) | 885 (41 is the character code for @samp{)}.) |
886 | 886 |