log lisp/help.el @ 5594:cc8ea7ed4286

age author description
Wed, 09 Nov 2011 12:51:10 +0000 Aidan Kehoe Mention when compiled functions are built-in, help.el.
Thu, 17 Mar 2011 23:42:59 +0100 Mats Lidell Merge with trunk.
Thu, 14 Oct 2010 17:15:20 +0200 Mats Lidell Changed bulk of GPLv2 or later files identified by script
Thu, 10 Mar 2011 18:51:15 +0000 Aidan Kehoe Use ', not #', when a given symbol may not have a function binding at read time
Tue, 08 Mar 2011 23:41:52 +0000 Aidan Kehoe Examining the result of #'length: `eql', not `=', it's better style & cheaper
Thu, 01 Apr 2010 20:22:50 +0100 Aidan Kehoe Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Thu, 25 Feb 2010 04:10:52 -0600 Ben Wing fix issues with display of argument docstrings
Tue, 23 Feb 2010 01:13:55 -0600 Ben Wing fix typo in comment
Tue, 23 Feb 2010 01:12:13 -0600 Ben Wing fix so that CL docstrings (with &key, etc.) handled properly
Mon, 08 Feb 2010 21:35:50 -0600 Ben Wing remove bogus usage of annotations from help.el
Sun, 31 Jan 2010 20:28:01 +0000 Aidan Kehoe Change "special form" to "special operator" in our sources.
Sun, 20 Sep 2009 23:50:05 +0100 Aidan Kehoe Add arglist info for autoloaded functions and macros.
Sun, 20 Sep 2009 21:41:22 +0100 Aidan Kehoe Don't needlessly intern symbols, #'function-arglist, #'cl-function-arglist
Mon, 10 Aug 2009 16:22:09 +0100 Aidan Kehoe Deal with arglist newlines better, #'function-arglist, #'function-documentation
Sun, 14 Jun 2009 15:07:13 +0100 Aidan Kehoe Support #'function-arglist with built-in special forms.