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

    Add a docstring to nasm-mode.
---
 nasm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nasm-mode.el b/nasm-mode.el
index 0a21da5..b5aeebd 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -456,6 +456,7 @@
 
 ;;;###autoload
 (define-derived-mode nasm-mode prog-mode "NASM"
+  "Major mode for editing NASM assembly programs."
   :group 'nasm-mode
   (setf font-lock-defaults '(nasm-font-lock-keywords nil :case-fold)
         indent-line-function #'nasm-indent-line

Reply via email to