diff options
Diffstat (limited to 'doc/lispref/parsing.texi')
-rw-r--r-- | doc/lispref/parsing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index bea358f2b0c..f21d94ec8b3 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -1735,7 +1735,7 @@ For example, it should match @samp{//}, @samp{////}, @samp{/*}, @end defvar @defvar treesit-comment-end -This should be a regular expression matching an closing comment token. +This should be a regular expression matching a closing comment token. For example, it should match @samp{*/}, @samp{****/}, etc., in C. @end defvar |