emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-modes 3889534bda: gitattributes-mode-enable-eldoc: Fix


From: ELPA Syncer
Subject: [nongnu] elpa/git-modes 3889534bda: gitattributes-mode-enable-eldoc: Fix custom type specification
Date: Wed, 20 Sep 2023 09:59:43 -0400 (EDT)

branch: elpa/git-modes
commit 3889534bdafb04fab84c083ccfc510202926c5a0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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

[Prev in Thread] Current Thread [Next in Thread]