summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
Commit message (Collapse)AuthorAgeFilesLines
* (Variable Definitions): Explain when theRichard M. Stallman2006-08-161-14/+25
| | | | standard value expression is evaluated.
* (Common Keywords): Document how to useRichard M. Stallman2006-07-291-9/+12
| | | | :package-version in a package not in Emacs.
* fix bad page breaksKarl Berry2006-07-181-2/+2
|
* fix overfull/underfull boxesKarl Berry2006-07-051-1/+2
|
* (Common Keywords): Specify values of :package-version.Bill Wohler2006-04-141-0/+1
|
* (Common Keywords): Use dotted notation for :package-version value.Bill Wohler2006-04-141-9/+24
| | | | Improve documentation for customize-package-emacs-version-alist.
* (Common Keywords): Move description ofBill Wohler2006-04-121-6/+12
| | | | customize-package-emacs-version-alist to @defvar.
* (Common Keywords): Add :package-version.Bill Wohler2006-04-101-0/+19
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Type Keywords): Delete xref to "Text help-echo", because it isLuc Teirlinck2005-12-201-1/+0
| | | | | | confusing. If the :help-echo keyword is a function, it is not directly used as the :help-echo overlay property, as the xref seems to suggest (it does not take the appropriate args).
* (Common Keywords): Fix Texinfo usage.Luc Teirlinck2005-12-201-9/+5
| | | | | (Group Definitions, Variable Definitions): Update for new conventions for using `*' in docstrings.
* (Common Keywords): State caveats for use of :tag.Richard M. Stallman2005-12-111-2/+10
|
* (Common Keywords): Update links types custom-manual and url-link.Juri Linkov2005-11-211-4/+29
| | | | | Add link types emacs-library-link, file-link, function-link, variable-link, custom-group-link.
* (Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+2
|
* (Variable Definitions): Add `custom-initialize-safe-set' andLuc Teirlinck2005-07-141-5/+21
| | | | | | `custom-initialize-safe-default'. `standard-value' is a list too. (Defining New Types): Use @key{RET} instead of @key{ret}.
* Fix formatting ugliness.Richard M. Stallman2005-06-181-1/+2
|
* (Customization): Add menu descriptions.Lute Kamstra2005-05-111-5/+6
|
* (Variable Definitions): Replace tooltip-modeNick Roberts2005-04-181-8/+5
| | | | example with save-place.
* (Common Keywords): Clarify :require. Mention :version here.Richard M. Stallman2005-03-081-37/+20
| | | | | (Variable Definitions, Group Definitions): Not here. (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
* (Type Keywords): Uncomment the xref to the help-echo property documentation.Eli Zaretskii2005-01-291-1/+1
|
* (Variable Definitions): Replace show-paren-mode example with tooltip-mode.Richard M. Stallman2004-11-251-31/+30
| | | | (Simple Types, Composite Types, Defining New Types): Minor cleanups.
* (Variable Definitions): Note about doc strings and :set.Richard M. Stallman2004-06-241-0/+5
|
* Fix typo.Thien-Thi Nguyen2004-03-071-4/+4
| | | | Remove eol whitespace.
* 2003-12-12 Jesper Harder <harder@ifa.au.dk>Per Abrahamsen2003-12-271-1/+72
| | | | | | | | | | | | | | | | | * cus-edit.el (custom-add-parent-links): Define "many". 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk> * wid-edit.el (widget-child-value-get, widget-child-value-inline) (widget-child-validate, widget-type-value-create) (widget-type-default-get, widget-type-match): New functions. (lazy): New widget. (menu-choice, checklist, radio-button-choice, editable-list) (group, documentation-string): Removed redundant (per 2003-10-25 change) calls to `widget-children-value-delete'. (widget-choice-value-get, widget-choice-value-inline): Removed functions. (menu-choice): Updated widget.
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-021-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Type Keywords): Correct the description of `:help-echo' in the caseLuc Teirlinck2003-08-201-1/+2
| | | | where `motion-doc' is a function.
* Fix cross references.Juanma Barranquero2003-04-061-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* (Simple Types): Clarify decription of custom type 'number.Markus Rost2002-12-071-2/+6
| | | | Decribe new custom type 'float.
* Explain about ordering of alternatives in `choice'.Richard M. Stallman2002-11-291-0/+13
|
* Clarify evaluation of :type arg in defcustom.Richard M. Stallman2002-11-181-3/+4
|
* (Variable Definitions): Update info on :get and default :initialize function.Richard M. Stallman2002-10-071-7/+13
|
* 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2002-08-051-5/+5
| | | | | * customize.texi (Splicing into Lists): Fixed example. Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
* (Composite Types): Explain what arguments are. Show what keyword-valueRichard M. Stallman2002-07-231-27/+66
| | | | pairs look like. Give list of keywords. Put restricted-sexp last.
* (Type Keywords): Minor corrections and cleanups.Richard M. Stallman2002-03-251-6/+6
|
* *** empty log message ***Pavel Janík2002-02-231-1/+1
|
* (Customization Types): Add a reference to the Widget manual.Eli Zaretskii2001-10-281-0/+3
|
* Add `radio' type. User variable doc strings and backquote inDave Love2001-01-021-6/+18
| | | | defcustom.
* defgroup :versionDave Love2000-11-021-1/+13
|
* Revert last change.Dave Love2000-10-271-17/+0
|
* checklist custom type.Dave Love2000-10-261-0/+17
|
* custom types emacs-commentary-link, coding-system, colorDave Love2000-10-161-1/+13
|
* * .cvsignore: New file.Werner LEMBERG2000-08-171-1/+1
|
* :help-echo needn't be a string.Dave Love2000-07-271-2/+5
|
* *** empty log message ***Richard M. Stallman2000-03-291-2/+5
|
* Update copyrights.Gerd Moellmann2000-01-051-1/+1
|
* Remove obsolete @tindex commands.Gerd Moellmann2000-01-051-2/+0
|
* *** empty log message ***Richard M. Stallman1999-12-131-0/+7
|