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

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

[nongnu] elpa/nasm-mode 9a5f989 57/67: Fix docstring indentation for nas


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode 9a5f989 57/67: Fix docstring indentation for nasm-font-lock-keywords
Date: Sun, 29 Aug 2021 11:23:52 -0400 (EDT)

branch: elpa/nasm-mode
commit 9a5f9896c020477c99d1fc2c21b5e54b1f95bacd
Author: Charlie Green <geek0795@gmail.com>
Commit: Christopher Wellons <wellons@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)



reply via email to

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