diff options
| author | Stefan Monnier | 2009-01-12 20:44:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-01-12 20:44:40 +0000 |
| commit | 0befcaca9339ccc3f893b28cff4636ef53c3a04c (patch) | |
| tree | 5bdcbb573f094da0dd97e4f8936dccd47843fa67 | |
| parent | cc5a5e2d424651a780c0e6f8ad02688fce55a15e (diff) | |
| download | emacs-0befcaca9339ccc3f893b28cff4636ef53c3a04c.tar.gz emacs-0befcaca9339ccc3f893b28cff4636ef53c3a04c.zip | |
Typo.
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index d09b06f3657..7cdec034419 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -622,7 +622,7 @@ arguments. | |||
| 622 | @item @dots{}-flag | 622 | @item @dots{}-flag |
| 623 | The value is significant only as to whether it is @code{nil} or not. | 623 | The value is significant only as to whether it is @code{nil} or not. |
| 624 | Since such variables often end up acquiring more values over time, | 624 | Since such variables often end up acquiring more values over time, |
| 625 | this convetion is not strongly recommended. | 625 | this convention is not strongly recommended. |
| 626 | 626 | ||
| 627 | @item @dots{}-program | 627 | @item @dots{}-program |
| 628 | The value is a program name. | 628 | The value is a program name. |