branch: elpa/git-modes
commit 3889534bdafb04fab84c083ccfc510202926c5a0
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    gitattributes-mode-enable-eldoc: Fix custom type specification
---
 gitattributes-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitattributes-mode.el b/gitattributes-mode.el
index 34c8ce94d7..8ae7cd3353 100644
--- a/gitattributes-mode.el
+++ b/gitattributes-mode.el
@@ -50,8 +50,8 @@ Alternatively add `turn-on-eldoc-mode' to the mode hook."
 
 (defcustom gitattributes-mode-man-function #'man
   "Function to open the gitattributes(5) manpage."
-  :type '(choice (const :tag "Man" #'man)
-                 (const :tag "Woman" #'woman)
+  :type '(choice (const :tag "Man" man)
+                 (const :tag "Woman" woman)
                  (function :tag "Function"))
   :group 'gitattributes-mode)
 

Reply via email to