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

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

[nongnu] elpa/nasm-mode f357905 19/67: Fix up README.


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode f357905 19/67: Fix up README.
Date: Sun, 29 Aug 2021 11:23:45 -0400 (EDT)

branch: elpa/nasm-mode
commit f357905d5cf8312fea1b7f4cf700a1fff6347d18
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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

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