emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 2427c7e 318/405: Improved README


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 2427c7e 318/405: Improved README
Date: Sat, 13 Jul 2019 10:00:40 -0400 (EDT)

branch: externals/phps-mode
commit 2427c7e08ab058fca8618b20022882065b7ca989
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Improved README
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 230ffc3b..f57f71c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ This mode does not require PHP installed on computer because 
it has a elisp base
 * Add to ELPA (0%)
 * From first stable release, use master branch for stable releases and develop 
branch for on-going work (0%)
 
-## Unit tests
+## Tests
 
 If you have emacs at a customized location prefix the commands with your path, 
i.e.
 
@@ -43,7 +43,7 @@ Indentations, incremental processes, Imenu-support.
 make test-functions
 ```
 
-## Integration
+### Integration
 
 This should test all other parts in collaboration.
 
@@ -53,7 +53,7 @@ make test-integration
 
 ### Lexer
 
-Semantic token generation.
+Lexer token generation.
 
 ``` bash
 make test-lexer
@@ -75,8 +75,9 @@ Basic point and region behaviour.
 make test-syntax-table
 ```
 
-## Compilation
+## Byte-compilation
 
+Plug-in should support byte-compilation and it is recommended.
 
 ### Compile
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]