# HG changeset patch # User Stefan Monnier # Date 1212159307 0 # Node ID f03be7461a37e04f0b4cb1e43db592c4b9169c61 # Parent 727011ae8ff8dd0163defe1cddf3e82a1f7a18af (Coding Conventions): Do not encourage the use of "-flag" variable names. diff -r 727011ae8ff8 -r f03be7461a37 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Fri May 30 14:51:48 2008 +0000 +++ b/doc/lispref/ChangeLog Fri May 30 14:55:07 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-30 Stefan Monnier + + * tips.texi (Coding Conventions): Do not encourage the use of "-flag" + variable names. + 2008-05-03 Eric S. Raymond * keymaps.texi: Clarify that (current-local-map) and diff -r 727011ae8ff8 -r f03be7461a37 doc/lispref/tips.texi --- a/doc/lispref/tips.texi Fri May 30 14:51:48 2008 +0000 +++ b/doc/lispref/tips.texi Fri May 30 14:55:07 2008 +0000 @@ -138,10 +138,6 @@ 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 to store a list of functions (i.e., the variable is a hook), please