all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* display just defuns and doc-strings of elisp
@ 2014-05-11 21:40 Joe Riel
  2014-05-12  5:16 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Riel @ 2014-05-11 21:40 UTC (permalink / raw)
  To: Help GNU Emacs

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-12  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-11 21:40 display just defuns and doc-strings of elisp Joe Riel
2014-05-12  5:16 ` Thien-Thi Nguyen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.