+2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
+ variable names.
+
2008-05-03 Eric S. Raymond <esr@golux>
* keymaps.texi: Clarify that (current-local-map) and
the name is one word, add just @samp{p}; if the name is multiple words,
add @samp{-p}. Examples are @code{framep} and @code{frame-live-p}.
-@item
-If a user option variable records a true-or-false condition, give it a
-name that ends in @samp{-flag}.
-
@item
If the purpose of a variable is to store a single function, give it a
name that ends in @samp{-function}. If the purpose of a variable is