Mercurial > emacs
changeset 95424:f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 30 May 2008 14:55:07 +0000 |
parents | 727011ae8ff8 |
children | 72ac0c4a8ecd |
files | doc/lispref/ChangeLog doc/lispref/tips.texi |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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