aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/variables.texi
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-1908/+0
|
* Improve index entries. Remove redundant one.Richard M. Stallman2007-04-071-4/+5
|
* Improve indexing.Eli Zaretskii2007-03-311-2/+4
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+1
|
* (File Local Variables): Update enable-local-variables values.Richard M. Stallman2007-03-051-4/+15
|
* (Future Local Variables): Add index entry.Eli Zaretskii2007-01-291-0/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Variable Aliases): Clarify that aliases vars always have the same value.Richard M. Stallman2007-01-021-3/+5
|
* (Tips for Defining): Fix a typo.Eli Zaretskii2006-09-161-1/+1
|
* (Setting Variables): add-to-list and add-to-ordered-list moved to ListRichard M. Stallman2006-07-241-99/+0
| | | | Variables node.
* fix bad page breaksKarl Berry2006-07-181-1/+1
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-2/+2
|
* (File Local Variables): Clarify thatRichard M. Stallman2006-07-171-4/+6
| | | | file local variables make buffer-local bindings.
* (Constant Variables): Remove @tindex.Eli Zaretskii2006-07-081-1/+0
|
* (File Local Variables): Recommend to quote lambdaReiner Steib2006-05-101-1/+2
| | | | expressions in safe-local-variable property.
* (File Local Variables): DocumentRichard M. Stallman2006-05-101-0/+13
| | | | safe-local-eval-forms and safe-local-eval-function.
* (File Local Variables): Suggest using booleanp.Richard M. Stallman2006-05-021-1/+2
|
* (File Local Variables): Remove the special case t for safe-local-variable.Stefan Monnier2006-04-291-7/+6
|
* (Local Variables): Update the default value of `max-specpdl-size'.Romain Francoise2006-04-171-1/+1
|
* (File Local Variables): Clarifications.Richard M. Stallman2006-02-151-12/+11
|
* (File Local Variables): Clarifications.Richard M. Stallman2006-02-141-23/+20
|
* Typo.Chong Yidong2006-02-141-1/+1
|
* (File Local Variables): Use @code for a cons cell, not @var.Juanma Barranquero2006-02-141-1/+1
|
* * variables.texi (File Local Variables): Document new file localChong Yidong2006-02-141-34/+58
| | | | variable behavior.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Frame-Local Variables): Small clarification.Richard M. Stallman2005-11-031-2/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-3/+2
|
* (Defining Variables): Fix doc of `user-variable-p'.Juanma Barranquero2005-06-291-1/+1
|
* (Setting Variables): Correct and clarify description of `add-to-ordered-list'.Luc Teirlinck2005-06-271-8/+15
|
* (Setting Variables): Any type of element can beKim F. Storm2005-06-201-0/+49
| | | | given order in add-to-ordered-list. Compare elements with eq.
* Fix formatting ugliness.Richard M. Stallman2005-06-181-29/+22
| | | | (Variable Aliases): Simplify.
* (Variable Aliases): Update argument names of `defvaralias',Juanma Barranquero2005-06-151-18/+19
| | | | `make-obsolete-variable' and `define-obsolete-variable-alias'.
* Reorder nodes.Luc Teirlinck2005-05-151-87/+87
| | | | (Variables): Update menu.
* (File Local Variables): Do not refer to the `-*-' line asLuc Teirlinck2005-05-151-17/+17
| | | | a "local variables list". Add pxref.
* (File Local Variables): `(hack-local-variables t)' now also checksLuc Teirlinck2005-05-091-4/+3
| | | | whether a mode is specified in the local variables list.
* (Variable Aliases): Change description of `define-obsolete-variable-alias'.Luc Teirlinck2005-05-051-8/+13
|
* Follow whitespace conventions.Richard M. Stallman2005-05-041-2/+2
|
* (Variable Aliases): `make-obsolete-variable' is a function and not a macro.Luc Teirlinck2005-05-021-3/+3
|
* *** empty log message ***Richard M. Stallman2005-04-261-1/+1
|
* Fix previous change.Richard M. Stallman2005-04-261-4/+3
|
* (Variable Aliases): Clarify text.Richard M. Stallman2005-04-261-17/+23
|
* (Variable Aliases): Describe make-obsolete-variableNick Roberts2005-04-221-0/+27
| | | | and define-obsolete-variable-alias.
* (Creating Buffer-Local): change-major-mode-hookRichard M. Stallman2005-02-141-2/+5
| | | | is useful for discarding some minor modes.
* Reposition @anchor's.Luc Teirlinck2004-06-231-2/+3
|
* (File Local Variables): Minor cleanup.Richard M. Stallman2004-05-301-2/+2
|
* * variables.texi (Variable Aliases): MentionJesper Harder2004-04-051-0/+3
| | | | | | cyclic-variable-indirection. * errors.texi (Standard Errors): Ditto.
* (Creating Buffer-Local): Add local-variable-if-set-p.Richard M. Stallman2003-12-291-0/+6
|
* (Variables with Restricted Values): New node.Luc Teirlinck2003-12-251-4/+43
|
* (Defining Variables): Second argument to `defconst' is not optional.Luc Teirlinck2003-11-051-18/+61
| | | | | | | | | | | | (Setting Variables): Mention optional argument APPEND to `add-to-list'. (Creating Buffer-Local): Expand description of `make-variable-buffer-local'. (Frame-Local Variables): Expand description of `make-variable-frame-local'. (Variable Aliases): Correct description of optional argument DOCSTRING to `defvaralias'. Mention return value of `defvaralias'. (File Local Variables): Add xref to `File variables' in Emacs Manual. Correct description of `hack-local-variables'. Mention `safe-local-variable' property. Mention optional second argument to `risky-local-variable-p'.
* Index lexical scopingDave Love2003-10-061-0/+1
|