emacs-devel
[Top][All Lists]
Advanced

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

pcase documentation missing


From: Andy Moreton
Subject: pcase documentation missing
Date: Wed, 20 Feb 2019 13:18:56 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (windows-nt)

Using "C-h f pcase" in the master branch only displays the docstring
from the pcase macro, but omits the documentation of the pcase
extensions defined with pcase-defmacro.

Evaluating this shows the extension docs can still be computed:
  (require 'pcase)
  (pcase--make-docstring)

Is this expected ?

    AndyM





reply via email to

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