all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Printing as documentation
@ 2021-06-20  4:41 philip-agee
  2021-06-20  5:54 ` philip-agee
  0 siblings, 1 reply; 9+ messages in thread
From: philip-agee @ 2021-06-20  4:41 UTC (permalink / raw)
  To: help-gnu-emacs


When I wish to see the self documentation I use



C-h f myfunc



I get a temporary help buffer displaying the docstring for myfunc.



Is it possible to to do the same kind of thing when calling a description function "mydesc".

so that the print function are show in a temporary  help buffer?



(defun mydesc ()

"docstring for mydesc"



(print "The brown fox" help)

(print "jumps over the fence" help) )





M-x mydesc



wiil then behave similar to doing



C-h f somefunc 




















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

end of thread, other threads:[~2021-06-20 22:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-20  4:41 Printing as documentation philip-agee
2021-06-20  5:54 ` philip-agee
2021-06-20  6:19   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-20  7:33   ` Christopher Dimech
2021-06-20  7:43     ` philip-agee
2021-06-20  7:52       ` philip-agee
2021-06-20 11:53         ` philip-agee
2021-06-20 12:34           ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-06-20 22:11             ` philip-agee

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.