From fc81121015f43709abf9dc4d623e26fdb45cae3a Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Fri, 19 Jun 2020 23:52:46 +1000 Subject: Tag project functions instead of overriding docs --- elisp/geiser-repl.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index 3ded76c..3b044a9 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -50,9 +50,9 @@ symbol (e.g., `guile', `chicken', etc.)." "Function used to determine the current project. The function is called from both source and REPL buffers, and should return a value which uniquely identifies the project." - :type '(choice (function-item :doc "Ignore projects" ignore) - (function-item :doc "Use Project.el" project-current) - (function-item :doc "Use Projectile" projectile-project-root) + :type '(choice (function-item :tag "Ignore projects" ignore) + (function-item :tag "Use Project.el" project-current) + (function-item :tag "Use Projectile" projectile-project-root) (function :tag "Other function")) :group 'geiser-repl) -- cgit v1.2.3