emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/tips.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/tips.texi
Date: Mon, 06 Oct 2003 04:26:27 -0400

Index: emacs/lispref/tips.texi
diff -c emacs/lispref/tips.texi:1.47 emacs/lispref/tips.texi:1.48
*** emacs/lispref/tips.texi:1.47        Mon Sep  1 11:45:41 2003
--- emacs/lispref/tips.texi     Mon Oct  6 04:26:26 2003
***************
*** 126,131 ****
--- 126,137 ----
  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
+ follow the naming conventions for hooks.  @xref{Hooks}.
+ 
+ @item
  @cindex reserved keys
  @cindex keys, reserved
  Please do not define @kbd{C-c @var{letter}} as a key in your major




reply via email to

[Prev in Thread] Current Thread [Next in Thread]