diff options
| author | Stefan Monnier | 2009-01-12 20:44:19 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-01-12 20:44:19 +0000 |
| commit | cc5a5e2d424651a780c0e6f8ad02688fce55a15e (patch) | |
| tree | 98ca242d6ccde795186b2ad0f43cbbdcd496aca2 | |
| parent | d7f90d6c8512e4580c3c478285ffd0a14c23f14c (diff) | |
| download | emacs-cc5a5e2d424651a780c0e6f8ad02688fce55a15e.tar.gz emacs-cc5a5e2d424651a780c0e6f8ad02688fce55a15e.zip | |
Qualify the `-flag' convention.
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 75cfd783c6e..d09b06f3657 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -621,6 +621,8 @@ arguments. | |||
| 621 | 621 | ||
| 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, | ||
| 625 | this convetion is not strongly recommended. | ||
| 624 | 626 | ||
| 625 | @item @dots{}-program | 627 | @item @dots{}-program |
| 626 | The value is a program name. | 628 | The value is a program name. |