[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: Printing documentation string of another function
From: |
Heime |
Subject: |
RE: [External] : Re: Printing documentation string of another function |
Date: |
Wed, 10 Apr 2024 23:16:32 +0000 |
On Thursday, April 11th, 2024 at 11:14 AM, Drew Adams <drew.adams@oracle.com>
wrote:
> > > I want to print in the usual documentation buffer as doing
> > > C-h f avus-greek or C-h f avus-flokki
> >
> > (defun avus-doc (seltr)
>
> ...
>
> > (describe-function (pcase seltr
> > ("Greek" 'avus-greek)
> > ("Flokki" 'avus-flokki))))
>
>
> Which OP could likely have figured out
> from doing `C-h k C-h f'.
>
> Learn to fish - ask Emacs, she wants
> to help.
Yes, I figured it was calling describe-function.
- Printing documentation string of another function, Heime, 2024/04/10
- Re: Printing documentation string of another function, Zhengyi Fu, 2024/04/10
- Re: Printing documentation string of another function, Heime, 2024/04/10
- Re: Printing documentation string of another function, Joost Kremers, 2024/04/10
- Re: Printing documentation string of another function, Heime, 2024/04/10
- Re: Printing documentation string of another function, Stephen Berman, 2024/04/10
- Re: Printing documentation string of another function, Heime, 2024/04/10
- Re: Printing documentation string of another function, Stephen Berman, 2024/04/10
- RE: [External] : Re: Printing documentation string of another function, Drew Adams, 2024/04/10
- RE: [External] : Re: Printing documentation string of another function,
Heime <=