]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-hook-convert-widget): Fix comment.
authorGerd Moellmann <gerd@gnu.org>
Sun, 9 Jan 2000 17:05:34 +0000 (17:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 9 Jan 2000 17:05:34 +0000 (17:05 +0000)
lisp/ChangeLog
lisp/cus-edit.el

index 272e44196e8c2b7994844d35608b1beb0bef3d47..a21442427af50d1b8febca4c6f5dfc3909c2b3c8 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 98e1f49b2a83227a0c11265d114ea6399842f8b0..9e116d86f5ae2d331b6a832e1e6b63b27f1dc36b 100644 (file)
@@ -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 <abraham@dina.kvl.dk>
 ;; 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"