1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Richard M. Stallman
e1eed9a446 (Setting Variables): add-to-list and add-to-ordered-list moved to List
Variables node.
2006-07-24 17:59:15 +00:00
Karl Berry
4299563601 fix bad page breaks 2006-07-18 13:50:29 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Richard M. Stallman
6a20a6062e (File Local Variables): Clarify that
file local variables make buffer-local bindings.
2006-07-17 20:56:58 +00:00
Eli Zaretskii
f04493d872 (Constant Variables): Remove @tindex. 2006-07-08 18:00:50 +00:00
Reiner Steib
310359279c (File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
2006-05-10 13:06:02 +00:00
Richard M. Stallman
f12a0718b3 (File Local Variables): Document
safe-local-eval-forms and safe-local-eval-function.
2006-05-10 01:40:17 +00:00
Richard M. Stallman
beea1ef6c5 (File Local Variables): Suggest using booleanp. 2006-05-02 00:08:17 +00:00
Stefan Monnier
7817e3d35e (File Local Variables): Remove the special case t for safe-local-variable. 2006-04-29 14:02:42 +00:00
Romain Francoise
1e2b8ce5f9 (Local Variables): Update the default value of `max-specpdl-size'. 2006-04-17 09:04:33 +00:00
Richard M. Stallman
3fdd8b9aa9 (File Local Variables): Clarifications. 2006-02-15 04:38:45 +00:00
Richard M. Stallman
1324d26ee2 (File Local Variables): Clarifications. 2006-02-14 20:58:33 +00:00
Chong Yidong
764d6d17d3 Typo. 2006-02-14 15:17:27 +00:00
Juanma Barranquero
0da933504c (File Local Variables): Use @code for a cons cell, not @var. 2006-02-14 10:05:39 +00:00
Chong Yidong
51a39bab2e * variables.texi (File Local Variables): Document new file local
variable behavior.
2006-02-14 01:22:05 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
33a992c298 (Frame-Local Variables): Small clarification. 2005-11-03 21:32:08 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Juanma Barranquero
9a6abc8e67 (Defining Variables): Fix doc of `user-variable-p'. 2005-06-29 02:14:41 +00:00
Luc Teirlinck
27607f0c1c (Setting Variables): Correct and clarify description of `add-to-ordered-list'. 2005-06-27 21:33:00 +00:00
Kim F. Storm
9afc7f1bc3 (Setting Variables): Any type of element can be
given order in add-to-ordered-list.  Compare elements with eq.
2005-06-20 21:44:59 +00:00
Richard M. Stallman
a61a6fd931 Fix formatting ugliness.
(Variable Aliases): Simplify.
2005-06-18 13:58:02 +00:00
Juanma Barranquero
51cd2a8c64 (Variable Aliases): Update argument names of `defvaralias',
`make-obsolete-variable' and `define-obsolete-variable-alias'.
2005-06-15 23:11:14 +00:00
Luc Teirlinck
0b2892c66e Reorder nodes.
(Variables): Update menu.
2005-05-15 17:33:59 +00:00
Luc Teirlinck
a191491224 (File Local Variables): Do not refer to the `-*-' line as
a "local variables list".  Add pxref.
2005-05-15 16:53:06 +00:00
Luc Teirlinck
dc33497188 (File Local Variables): `(hack-local-variables t)' now also checks
whether a mode is specified in the local variables list.
2005-05-09 01:24:32 +00:00
Luc Teirlinck
6c9fb58872 (Variable Aliases): Change description of `define-obsolete-variable-alias'. 2005-05-05 23:19:02 +00:00
Richard M. Stallman
5648486ce0 Follow whitespace conventions. 2005-05-04 14:21:38 +00:00
Luc Teirlinck
ca5ade2f0b (Variable Aliases): `make-obsolete-variable' is a function and not a macro. 2005-05-02 02:47:30 +00:00
Richard M. Stallman
68a94f5aaa *** empty log message *** 2005-04-26 11:05:02 +00:00
Richard M. Stallman
49c650714b Fix previous change. 2005-04-26 11:00:56 +00:00
Richard M. Stallman
a33db1ddfc (Variable Aliases): Clarify text. 2005-04-26 10:55:24 +00:00
Nick Roberts
727273e7e0 (Variable Aliases): Describe make-obsolete-variable
and define-obsolete-variable-alias.
2005-04-22 04:07:29 +00:00
Richard M. Stallman
bf614499ff (Creating Buffer-Local): change-major-mode-hook
is useful for discarding some minor modes.
2005-02-14 10:25:20 +00:00
Luc Teirlinck
7baeca0c0e Reposition @anchor's. 2004-06-23 16:40:04 +00:00
Richard M. Stallman
18684a3ad1 (File Local Variables): Minor cleanup. 2004-05-30 13:35:41 +00:00
Jesper Harder
571fd4d55d * variables.texi (Variable Aliases): Mention
cyclic-variable-indirection.

* errors.texi (Standard Errors): Ditto.
2004-04-05 20:35:58 +00:00
Richard M. Stallman
dbcd9cd756 (Creating Buffer-Local): Add local-variable-if-set-p. 2003-12-29 21:52:03 +00:00
Luc Teirlinck
74ab3aa34a (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +00:00
Luc Teirlinck
f36e17982d (Defining Variables): Second argument to `defconst' is not optional.
(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'.
2003-11-05 04:31:43 +00:00
Dave Love
04b6b34208 Index lexical scoping 2003-10-06 16:44:15 +00:00
Richard M. Stallman
6142d1d06c Avoid @strong{Note:}. 2003-09-26 10:01:42 +00:00
Richard M. Stallman
2b99c69a38 (Creating Buffer-Local): Delete duplicate definition of buffer-local-value.
(File Local Variables): Explain about discarding text props.
2003-09-19 14:33:21 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
5c646a2dc5 (Local Variables): Use lc for example variable names. 2003-08-06 01:43:18 +00:00
Richard M. Stallman
a1c0746110 (Creating Buffer-Local): Add buffer-local-value.
(Variable Aliases): Clarify defvralias.
2003-07-14 15:56:49 +00:00
Richard M. Stallman
6fe508678c Minor Texinfo usage fix. 2003-06-30 10:43:01 +00:00
Richard M. Stallman
beab64dc85 Update the example and explanation about let and buffer-local bindings. 2003-06-04 09:25:00 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Markus Rost
24ff45f3b7 (File Local Variables): Fix typo. 2002-12-04 04:00:48 +00:00