From 3c708e9898962614b8b822c4188df6bd729207b2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 9 Jan 2000 17:05:34 +0000 Subject: [PATCH] (custom-hook-convert-widget): Fix comment. --- lisp/ChangeLog | 4 ++++ lisp/cus-edit.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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" -- 2.39.5