diff options
| author | Richard M. Stallman | 2001-12-24 18:01:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-24 18:01:56 +0000 |
| commit | 85c7ceaa019c314cab8425e0a1cf25e6a3348c52 (patch) | |
| tree | bbfd2fb3639e3ad4d0b2c1470ea8514da3c9d27d | |
| parent | 9e068198444fa9c45f951b047cfa882df4358e86 (diff) | |
| download | emacs-85c7ceaa019c314cab8425e0a1cf25e6a3348c52.tar.gz emacs-85c7ceaa019c314cab8425e0a1cf25e6a3348c52.zip | |
Replace "comment-fence" and "string-fence" with consistent terms.
| -rw-r--r-- | lispref/syntax.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 731956407eb..bc3ac9c36bb 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi | |||
| @@ -875,10 +875,10 @@ to each syntactic type. | |||
| 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)}. |