emacs-devel
[Top][All Lists]
Advanced

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

documenting argument types


From: Andreas Röhler
Subject: documenting argument types
Date: Thu, 20 Feb 2014 11:23:38 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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



reply via email to

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