Skip to content

Commit

Permalink
Add missing defcustom type & group
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuco1 committed Jun 11, 2016
1 parent 8041cc7 commit 388684d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell-pop.el
Expand Up @@ -148,7 +148,9 @@ buffer from which the `shell-pop' command was invoked."
shell-pop is closed.
shell-pop's window is deleted in any case. This variable has no
effect when `shell-pop-window-position' value is \"full\".")
effect when `shell-pop-window-position' value is \"full\"."
:type 'boolean
:group 'shell-pop)

(defun shell-pop--set-universal-key (symbol value)
(set-default symbol value)
Expand Down

0 comments on commit 388684d

Please sign in to comment.