diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-05-05 22:39:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-05-05 22:39:29 +0000 |
commit | 80561aaa69dfaf61bcbae2ea6f7befbb9551979c (patch) | |
tree | 2c5863a44e905c492823a9c0ea651a36038fe311 /lispref/variables.texi | |
parent | 0fe6819f96934f0120d34897447746e1e9c0a3f6 (diff) | |
download | emacs-80561aaa69dfaf61bcbae2ea6f7befbb9551979c.tar.gz |
Two minor fixes.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index 2507706f618..8ab6739bdb7 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -603,7 +603,7 @@ The value is a list of functions. @item @dots{}-form The value is a form (an expression). -@item @dots{}-functions +@item @dots{}-forms The value is a list of forms (expressions). @item @dots{}-predicate @@ -624,7 +624,7 @@ The value is a whole shell command. The value specifies options for a command. @end table - When you define a variable, always cvonsider whether you should mark + When you define a variable, always consider whether you should mark it as ``risky''; see @ref{File Local Variables}. When defining and initializing a variable that holds a complicated |