all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* documenting argument types
@ 2014-02-20 10:23 Andreas Röhler
  0 siblings, 0 replies; only message in thread
From: Andreas Röhler @ 2014-02-20 10:23 UTC (permalink / raw
  To: Emacs developers

It would help Emacs Lisp beginners and others too, if argument types are documented.

For example when it's said

;;;;;;
add-to-list is a compiled Lisp function in `subr.el'.

(add-to-list LIST-VAR ELEMENT &optional APPEND COMPARE-FN)
;;;;;;

would expected down there something like


LIST-VAR     - quoted symbol
ELEMENT      - any emacs-lisp-type
APPEND       - boolean
COMPARE-FN   - quoted function



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-20 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 10:23 documenting argument types Andreas Röhler

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.