diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-11-20 10:30:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-11-20 10:30:38 +0200 |
commit | 657947dc7cf01a13a4fa260691a6fa0147107950 (patch) | |
tree | a24fb791d953b91a70b0f562d4702687d8724490 /doc/lispref/parsing.texi | |
parent | 4fa13b2d838e11cbe3b713f3172721cb61d499f3 (diff) | |
download | emacs-657947dc7cf01a13a4fa260691a6fa0147107950.tar.gz emacs-657947dc7cf01a13a4fa260691a6fa0147107950.tar.bz2 emacs-657947dc7cf01a13a4fa260691a6fa0147107950.zip |
; Improve recently-modified documentation
* lisp/progmodes/python.el (python-base-mode)
(python--treesit-fontify-string):
* lisp/textmodes/css-mode.el (css-base-mode):
* lisp/treesit.el (treesit-ready-p, treesit-comment-end)
(treesit-simple-indent-presets): Fix typos and wording in doc strings.
* doc/lispref/parsing.texi (Tree-sitter major modes):
* doc/lispref/modes.texi (Parser-based Indentation): Fix wording
and add cross-references.
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 |