branch: elpa/nasm-mode commit 9a5f9896c020477c99d1fc2c21b5e54b1f95bacd Author: Charlie Green <geek0...@gmail.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix docstring indentation for nasm-font-lock-keywords --- nasm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nasm-mode.el b/nasm-mode.el index 9d17658..17776d9 100644 --- a/nasm-mode.el +++ b/nasm-mode.el @@ -564,7 +564,7 @@ (,(concat "^\\s-*" nasm-nonlocal-label-rexexp) (1 'nasm-labels)) (,(concat "^\\s-*" nasm-local-label-regexp) (1 'nasm-local-labels)) (,nasm-constant-regexp . 'nasm-constant)) -"Keywords for `nasm-mode'.") + "Keywords for `nasm-mode'.") (defconst nasm-mode-syntax-table (with-syntax-table (copy-syntax-table)