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

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

display just defuns and doc-strings of elisp


From: Joe Riel
Subject: display just defuns and doc-strings of elisp
Date: Sun, 11 May 2014 14:40:13 -0700

Is there an existing elisp function that displays
just the defs [first line] and doc-strings in an elisp source buffer?

So, with it enabled, a source might appear as

(defun func1 (foo bar)
  "This does nothing useful" ... )

(defun func2 ()
  "This does something else" ... )

...


-- 
Joe Riel




reply via email to

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