# HG changeset patch # User Gerd Moellmann # Date 947437455 0 # Node ID 807fc106b24c13ccb0211652a258c029cb99a043 # Parent 89267ab1d99a452ca7cebcb6333dca4ab2054ceb (custom-hook-convert-widget): Fix comment. diff -r 89267ab1d99a -r 807fc106b24c lisp/cus-edit.el --- a/lisp/cus-edit.el Sun Jan 09 16:59:27 2000 +0000 +++ b/lisp/cus-edit.el Sun Jan 09 17:04:15 2000 +0000 @@ -1,6 +1,6 @@ ;;; 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 ;; Keywords: help, faces @@ -2922,7 +2922,7 @@ :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"