help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: [External] : Re: Printing documentation string of another function


From: Drew Adams
Subject: RE: [External] : Re: Printing documentation string of another function
Date: Wed, 10 Apr 2024 23:14:10 +0000

> > 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.



reply via email to

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