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

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

[nongnu] elpa/bind-map 74e9defb60 25/97: Fix doctrings for recent additi


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 74e9defb60 25/97: Fix doctrings for recent additions
Date: Thu, 20 Jan 2022 07:59:11 -0500 (EST)

branch: elpa/bind-map
commit 74e9defb609f6dd9706944d294eaa131b03c0f74
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Fix doctrings for recent additions
    
    For some reason if the parens are not escaped the indentation is broken
    in emacs-lisp-mode (?)
---
 bind-map.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/bind-map.el b/bind-map.el
index a524f81788..bcf39158fe 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -186,9 +186,9 @@ Declare a prefix command for MAP named COMMAND-NAME."
 single major mode. MAJOR-MODE is the unquoted symbol representing
 a major mode. This macro makes the call
 
-(bind-map MAJOR-MODE-bm-map
-  :major-modes (MAJOR-MODE)
-  ARGS)
+\(bind-map MAJOR-MODE-bm-map
+  :major-modes \(MAJOR-MODE\)
+  ARGS\)
 
 where ARGS should include :keys or :evil-keys. The name of the
 generated keymap is returned, which is always the name of the
@@ -208,9 +208,9 @@ major mode with -bm-map appended."
 single minor mode. MINOR-MODE is the unquoted symbol representing
 a minor mode. This macro makes the call
 
-(bind-map MINOR-MODE-bm-map
-  :minor-modes (MINOR-MODE)
-  ARGS)
+\(bind-map MINOR-MODE-bm-map
+  :minor-modes \(MINOR-MODE\)
+  ARGS\)
 
 where ARGS should include :keys or :evil-keys. The name of the
 generated keymap is returned, which is always the name of the



reply via email to

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