diff options
| author | Ariel Del Valle Lozano <arielmazatlan@gmail.com> | 2026-03-07 23:22:07 -0700 |
|---|---|---|
| committer | Ariel Del Valle Lozano <arielmazatlan@gmail.com> | 2026-03-07 23:22:07 -0700 |
| commit | 3608ee259c5d859ffcf78a11c9586681e0731486 (patch) | |
| tree | 8af2ee515f902fbaa6fbd7dc4153cebc3be2b8d5 | |
| parent | 3c31672a89b922116f8610230a99773b384e73c2 (diff) | |
Improve NOSQUEEZE explanation.externals/php-fill
| -rw-r--r-- | php-fill.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-fill.el b/php-fill.el index 5133894..0e87f6d 100644 --- a/php-fill.el +++ b/php-fill.el @@ -29,7 +29,8 @@ ;; Additional fill commands for PHP code editing. ;; - Fills string literals by breaking them into smaller ones. -;; - Conditionally use ‘NOSQUEEZE’ on c and c++ style comments. +;; - Conditionally use ‘NOSQUEEZE’ on spaces between words in c and c++ +;; style comments. ;; - Use “<return>” to break or add a new line to string literals and ;; doc blocks. ;; - Use “<backspace>” or “<delete>” at the beginning and at the end to |
