ol-man.el: Mark WoMan link handler as obsolete

lisp/ol-man.el (org-man-command): Add label suggesting against
the WoMan package as a viewer for man pages.  It has enough bugs.

Eli Zaretskii to emacs-orgmode. Re: Completion of links to man pages.
Thu, 05 Oct 2023 19:33:26 +0300.
<https://list.orgmode.org/orgmode/83sf6p2fgu.fsf@gnu.org>
This commit is contained in:
Max Nikulin 2023-12-13 22:03:36 +07:00 committed by Ihor Radchenko
parent 7c9a5216bb
commit b8d27bb4ec
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
(defcustom org-man-command 'man
"The Emacs command to be used to display a man page."
:group 'org-link
:type '(choice (const man) (const woman)))
:type '(choice (const man) (const :tag "WoMan (obsolete)" woman)))
(defun org-man-open (path _)
"Visit the manpage on PATH.