aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-01-12 20:44:19 +0000
committerStefan Monnier2009-01-12 20:44:19 +0000
commitcc5a5e2d424651a780c0e6f8ad02688fce55a15e (patch)
tree98ca242d6ccde795186b2ad0f43cbbdcd496aca2
parentd7f90d6c8512e4580c3c478285ffd0a14c23f14c (diff)
downloademacs-cc5a5e2d424651a780c0e6f8ad02688fce55a15e.tar.gz
emacs-cc5a5e2d424651a780c0e6f8ad02688fce55a15e.zip
Qualify the `-flag' convention.
-rw-r--r--doc/lispref/variables.texi2
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
623The value is significant only as to whether it is @code{nil} or not. 623The value is significant only as to whether it is @code{nil} or not.
624Since such variables often end up acquiring more values over time,
625this convetion is not strongly recommended.
624 626
625@item @dots{}-program 627@item @dots{}-program
626The value is a program name. 628The value is a program name.