Skip to content

Commit

Permalink
Fix type definition of imenu-list-auto-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Jul 28, 2017
1 parent bbce65d commit 307b577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imenu-list.el
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 385,7 @@ Either 'right, 'left, 'above or 'below. This value is passed directly to
Resizing the width works only for emacs 24.4 and newer. Resizing the
height doesn't suffer that limitation."
:group 'imenu-list
:type 'hook)
:type 'boolean)

(defcustom imenu-list-update-hook nil
"Hook to run after updating the imenu-list buffer."
Expand Down

0 comments on commit 307b577

Please sign in to comment.