Skip to content

Commit

Permalink
Change description of view
Browse files Browse the repository at this point in the history
  • Loading branch information
Artawower committed Oct 23, 2021
1 parent e081a17 commit 51f550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blamer.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Commit message with more characters will be truncated with ellipsis at the end"
(defcustom blamer-view 'overlay
"View for commit message. Can be 'overlay and 'overlay-right."
:group 'blamer
:type '(choice (const :tag "Posframe" overlay-right)
:type '(choice (const :tag "Overlay right" overlay-right)
(const :tag "Overlay" overlay)))

(defface blamer-face
Expand Down

0 comments on commit 51f550d

Please sign in to comment.