Skip to content

Commit 49981e4

Browse files
committed
Specify group
1 parent c94addd commit 49981e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tc-complete.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
;; 補完辞書のバッファ名
5151

5252
(defcustom tcode-complete-mazegaki-prefix-length 3
53-
"*交ぜ書き変換辞書からの補完の場合に接頭辞とみなす文字数。")
53+
"*交ぜ書き変換辞書からの補完の場合に接頭辞とみなす文字数。"
54+
:group 'tcode)
5455

5556
;;; 辞書の登録
5657
(unless (assq tcode-complete-buffer-name tcode-dictionaries)

0 commit comments

Comments
 (0)