unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Argument names in Elisp Reference vs docstrings
@ 2005-09-13 14:46 Juanma Barranquero
  2005-09-14 14:08 ` Richard M. Stallman
  0 siblings, 1 reply; 20+ messages in thread
From: Juanma Barranquero @ 2005-09-13 14:46 UTC (permalink / raw)


It is consistency between argument names in docstrings vs argument
names in the Emacs Lisp Reference a goal?

For example:

  FUNCTION           EMACS LISP REFERENCE      DOCSTRING
 -----------------  ------------------------  -----------------------
  setplist           symbol plist              symbol newplist
  defcustom          option default doc ...    symbol value doc ...
  defun              name argument-list ...    name arglist ...
  gethash            key table default         key table dflt
  indirect-function  function                  object
  eval-region        start end stream ...      start end printflag ...
  kbd                keyseq-text               keys
  make-frame         alist                     parameters
  split-window       window size horizontal    window size horflag

These were chosen almost at random, I didn't do a search looking for
differences.

-- 
                    /L/e/k/t/u

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

end of thread, other threads:[~2005-09-19 17:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-13 14:46 Argument names in Elisp Reference vs docstrings Juanma Barranquero
2005-09-14 14:08 ` Richard M. Stallman
2005-09-15 22:03   ` Juri Linkov
2005-09-16 12:02     ` Andreas Schwab
2005-09-16 22:14       ` Juri Linkov
2005-09-16 12:59     ` Richard M. Stallman
2005-09-16 22:16       ` Juri Linkov
2005-09-17 13:39         ` Richard M. Stallman
2005-09-17 14:30           ` Drew Adams
2005-09-17 20:20             ` Robert J. Chassell
2005-09-19 15:54               ` Drew Adams
2005-09-19 17:15                 ` Robert J. Chassell
2005-09-19  1:31             ` Richard M. Stallman
2005-09-19  8:04               ` Kim F. Storm
2005-09-16 14:59     ` Drew Adams
2005-09-16 15:28       ` Juanma Barranquero
2005-09-16 22:17       ` Juri Linkov
2005-09-16 23:19         ` Drew Adams
2005-09-16 23:48           ` Juri Linkov
2005-09-17  0:53             ` Drew Adams

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).