emacs-devel
[Top][All Lists]
Advanced

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

Re: tags for functions


From: Stefan Monnier
Subject: Re: tags for functions
Date: Wed, 28 Jan 2009 13:40:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

JL> (when (and (functionp symbol) (setq docstr (documentation symbol t))

Most docstrings (upon startup) are not kept in memory but in the DOC
file instead.  Calling `documentation' will load this file and look for
the corresponding docstring there.

I think the best/only way forward is to do something along the lines of
cus-load.el, i.e. generate the data offline.


        Stefan "who still doesn't know what data we're talking about"




reply via email to

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