diff options
| -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. | |||
| 603 | @item @dots{}-form | 603 | @item @dots{}-form |
| 604 | The value is a form (an expression). | 604 | The value is a form (an expression). |
| 605 | 605 | ||
| 606 | @item @dots{}-functions | 606 | @item @dots{}-forms |
| 607 | The value is a list of forms (expressions). | 607 | The value is a list of forms (expressions). |
| 608 | 608 | ||
| 609 | @item @dots{}-predicate | 609 | @item @dots{}-predicate |
| @@ -624,7 +624,7 @@ The value is a whole shell command. | |||
| 624 | The value specifies options for a command. | 624 | The value specifies options for a command. |
| 625 | @end table | 625 | @end table |
| 626 | 626 | ||
| 627 | When you define a variable, always cvonsider whether you should mark | 627 | When you define a variable, always consider whether you should mark |
| 628 | it as ``risky''; see @ref{File Local Variables}. | 628 | it as ``risky''; see @ref{File Local Variables}. |
| 629 | 629 | ||
| 630 | When defining and initializing a variable that holds a complicated | 630 | When defining and initializing a variable that holds a complicated |