]> code.delx.au - gnu-emacs/blobdiff - lisp/expand.el
(Info-default-directory-list): Use configdir twice.
[gnu-emacs] / lisp / expand.el
index 1b46d4b3f689c09bb5d9e10d24e70a107ce26610..3741a1496e43cd1a1d8971ae36a369ac1ac91664 100644 (file)
@@ -1,4 +1,4 @@
-;; expand.el --- make abbreviations more usable.
+;;; expand.el --- make abbreviations more usable.
 
 ;; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
 
 \f
 ;;; Constants:
 
-(defvar expand-load-hook nil
-  "Hooks run when `expand.el' is loaded.")
+(defgroup expand nil
+  "Make abbreviations more usable."
+  :group 'abbrev)
 
-(defvar expand-expand-hook nil
-  "Hooks run when an abbrev made by `expand-add-abbrevs' is expanded.")
+(defcustom expand-load-hook nil
+  "Hooks run when `expand.el' is loaded."
+  :type 'hook
+  :group 'expand)
 
-(defvar expand-jump-hook nil
-  "Hooks run by `expand-jump-to-previous-slot' and `expand-jump-to-next-slot'.")
+(defcustom expand-expand-hook nil
+  "Hooks run when an abbrev made by `expand-add-abbrevs' is expanded."
+  :type 'hook
+  :group 'expand)
+
+(defcustom expand-jump-hook nil
+  "Hooks run by `expand-jump-to-previous-slot' and `expand-jump-to-next-slot'."
+  :type 'hook
+  :group 'expand)
 
 ;;; Samples: