Skip to content

Commit bf156e5

Browse files
author
Bozhidar Batsov
committed
Correct group names
1 parent 71b486a commit bf156e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-repl.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,13 +856,13 @@ If USE-CURRENT-INPUT is non-nil, use the current input."
856856
"The maximum number of items to keep in the REPL history."
857857
:type 'integer
858858
:safe 'integerp
859-
:group 'cider-repl-mode)
859+
:group 'cider-repl)
860860

861861
(defcustom cider-repl-history-file nil
862862
"File to save the persistent REPL history to."
863863
:type 'string
864864
:safe 'stringp
865-
:group 'cider-repl-mode)
865+
:group 'cider-repl)
866866

867867
(defun cider-repl--history-read-filename ()
868868
"Ask the user which file to use, defaulting `cider-repl-history-file'."

0 commit comments

Comments
 (0)