]> git.eshelyaron.com Git - emacs.git/commitdiff
(Coding Conventions): Do not encourage the use of "-flag" variable names.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2008 14:55:07 +0000 (14:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 30 May 2008 14:55:07 +0000 (14:55 +0000)
doc/lispref/ChangeLog
doc/lispref/tips.texi

index 308cb386aa692d1bc990a1a0f346e59ac821d15d..36aa760ee4ce0f8fa26d2047cf64915121d9e199 100644 (file)
@@ -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
index e219a1e3d49374d98e3b858ba27d64525dfcbba4..ef0fb8ac1ffaf64dd8cf9f8154f4cc91ac591397 100644 (file)
@@ -137,10 +137,6 @@ is true or false, give the function a name that ends in @samp{p}.  If
 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