branch: elpa/nasm-mode
commit f357905d5cf8312fea1b7f4cf700a1fff6347d18
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

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

diff --git a/README.md b/README.md
index b51dfc9..f202ca4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 # nasm-mode
 
-This is a major mode for editing [NASM][nasm] assembly language
-programs. It includes syntax highlighting and smart indentation.
-Requires Emacs 24.3 or higher.
+`nasm-mode` is a major mode for editing [NASM][nasm] x86 assembly
+language programs. It includes syntax highlighting, auto indentation,
+and imenu integration. Unlike Emacs' generic `asm-mode`, it
+understands NASM-specific syntax. Requires Emacs 24.3 or higher.
 
 The instruction and keyword lists are from NASM 2.11.08.
 
 
-[nasm]: http://www.nasm.us/doc/nasmdoc3.html
+[nasm]: http://www.nasm.us/

Reply via email to