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

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

[nongnu] elpa/swift-mode 0f99a5a 067/496: Tweak docstring to supress che


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 0f99a5a 067/496: Tweak docstring to supress checkdoc error
Date: Sun, 29 Aug 2021 11:33:09 -0400 (EDT)

branch: elpa/swift-mode
commit 0f99a5a510ebba0a7f1731486b7921be5d487498
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    Tweak docstring to supress checkdoc error
    
    Checkdoc insists 'top-level' is a lisp variable that should be quoted.
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index e62ff1a..b0ffb2a 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -97,7 +97,7 @@
       (current-column))))
 
 (defun swift-indent--at-enum-case-p ()
-  "Non-nil if point is at a case keyword at the top-level of an enum 
declaration."
+  "Non-nil if point is at a case keyword at the top level of an enum 
declaration."
   (save-excursion
     (back-to-indentation)
     (when (looking-at (rx bow "case" eow))



reply via email to

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