+2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * cus-edit.el (custom-hook-convert-widget): Fix comment.
+
2000-01-09 Gerd Moellmann <gerd@gnu.org>
* progmodes/cperl-mode.el: Replace ^F with ^L.
;;; cus-edit.el --- Tools for customizating Emacs and Lisp packages.
;;
-;; Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: help, faces
:tag "Hook")
(defun custom-hook-convert-widget (widget)
- ;; Handle `:custom-options'.
+ ;; Handle `:options'.
(let* ((options (widget-get widget :options))
(other `(editable-list :inline t
:entry-format "%i %d%v"