aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
Commit message (Collapse)AuthorAge
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
* Fix most doc issues raised by (checkdoc)Gravatar Erik Martin-Dorel2018-08-23
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Update docsGravatar David Aspinall2009-09-15
|
* Fix loading of multiple prover files: set proof-assistant-table to nil so ↵Gravatar David Aspinall2008-07-12
| | | | proof-ready-for-assitant works
* Load unicode-tokens.elGravatar David Aspinall2008-01-30
|
* Update for new startup mechanism.Gravatar David Aspinall2008-01-17
|
* Remove thy-mode from isaGravatar David Aspinall2006-12-20
|
* Updated.Gravatar David Aspinall2005-03-25
|
* New lineGravatar David Aspinall2001-09-24
|
* *** empty log message ***Gravatar Christophe Raffalli2000-11-10
|
* Add provide sym-lock to fix sym lock loading problemGravatar David Aspinall2000-09-12
|
* use proof-assistant-table instead of proof-assistants;Gravatar Makarius Wenzel2000-07-26
|
* Load a couple more file manually.Gravatar David Aspinall2000-06-09
|
* Fixes for PA docs, and file load order.Gravatar David Aspinall2000-05-25
|
* Fixed to load all files and define proof ass specifc vars.Gravatar David Aspinall2000-05-16
|
* Notes about fixing docstring-magic.Gravatar David Aspinall2000-05-12
|
* Fix FSF prob.Gravatar David Aspinall1999-11-17
|
* typoGravatar David Aspinall1999-10-21
|
* A couple of comint symbols are mentioned in the docsGravatar David Aspinall1999-10-21
|
* Load plastic and isar as a sanity check, prelude to documenting in texiGravatar David Aspinall1999-07-03
|
* Some hacks to make markup happen.Gravatar David Aspinall1998-12-16
|
* Load proof-toolbarGravatar David Aspinall1998-11-25
|
* Added header.Gravatar David Aspinall1998-11-25
|
* Magic docstring -> texi conversion.Gravatar David Aspinall1998-11-25