branch: elpa/swift-mode commit 0f99a5a510ebba0a7f1731486b7921be5d487498 Author: Chris Barrett <chris.d.barr...@me.com> Commit: Chris Barrett <chris.d.barr...@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))