branch: elpa/nasm-mode commit 9f05280af75edfb9e37a9c53b88d716c4731eac6 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Adjust package description. --- nasm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm-mode.el b/nasm-mode.el index 053cda9..6c7448d 100644 --- a/nasm-mode.el +++ b/nasm-mode.el @@ -1,4 +1,4 @@ -;;; nasm-mode.el --- major mode for nasm assembly -*- lexical-binding: t; -*- +;;; nasm-mode.el --- NASM x86 assembly major mode -*- lexical-binding: t; -*- ;; This is free and unencumbered software released into the public domain.