We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de86bba commit f372012Copy full SHA for f372012
docstr-key.el
@@ -30,6 +30,8 @@
30
(require 'cl-lib)
31
(require 's)
32
33
+(declare-function docstr-get-prefix "ext:docstr.el")
34
+
35
(defcustom docstr-key-support nil
36
"If non-nil, use key support to fulfill document string triggerations' conditions."
37
:type 'boolean
docstr.el
@@ -6,7 +6,7 @@
6
;; Author: Shen, Jen-Chieh <[email protected]>
7
;; Description: A document string minor mode.
8
;; Keyword: document string
9
-;; Version: 5.5.1
+;; Version: 5.5.2
10
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
11
;; URL: https://github.com/jcs-elpa/docstr
12
0 commit comments