From: Gerd Moellmann Date: Sun, 9 Jan 2000 17:05:34 +0000 (+0000) Subject: (custom-hook-convert-widget): Fix comment. X-Git-Tag: emacs-pretest-21.0.90~5412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c708e9898962614b8b822c4188df6bd729207b2;p=emacs.git (custom-hook-convert-widget): Fix comment. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 272e44196e8..a21442427af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-01-09 Per Abrahamsen + + * cus-edit.el (custom-hook-convert-widget): Fix comment. + 2000-01-09 Gerd Moellmann * progmodes/cperl-mode.el: Replace ^F with ^L. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 98e1f49b2a8..9e116d86f5a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 @@ restoring it to the state of a face that has never been customized." :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"