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

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

Re: Return list of variables name symbols (or strings) in Emacs Lisp (pr


From: Stefan Monnier
Subject: Re: Return list of variables name symbols (or strings) in Emacs Lisp (programmatically)
Date: Tue, 22 Sep 2015 15:02:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> When doing C-h v magit*section-map TAB, the corresponding completion
> list is shown.  Is there an equivalent function which would accept
> such a wild card and return the same list?  E.g.

The function used internally by the completion engine is
completion-all-completions.


        Stefan




reply via email to

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