From: Stefan Kangas Date: Sun, 16 Jun 2024 20:16:36 +0000 (+0200) Subject: ; Translate comment to English X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d9a6e3eac5a25806301ceeb49eb2380a433005e;p=emacs.git ; Translate comment to English * lisp/progmodes/php-ts-mode.el (php-ts-mode--parent-html-heuristic): Translate comment to English. (cherry picked from commit f18a915690c48119daaecf5b8684c46129496866) --- diff --git a/lisp/progmodes/php-ts-mode.el b/lisp/progmodes/php-ts-mode.el index 030b97c31b0..8bb18dab3d5 100644 --- a/lisp/progmodes/php-ts-mode.el +++ b/lisp/progmodes/php-ts-mode.el @@ -497,7 +497,7 @@ characters of the current line." (if (search-forward "" end-html t 1) 0 (+ (point) php-ts-mode-indent-offset)))) - ;; forse è meglio usare bol, leggi la documentazione!!! + ;; Maybe it's better to use bol, read the documentation!!! (treesit-node-start parent)))) (defun php-ts-mode--array-element-heuristic (_node parent _bol &rest _)