diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-09 17:05:34 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-09 17:05:34 +0000 |
commit | 3c708e9898962614b8b822c4188df6bd729207b2 (patch) | |
tree | c39f1c01a0d618dee3e65bc08c5a40fd3bdfaff9 /lisp/cus-edit.el | |
parent | f1d851aecd69cee0cbfac4ab552be6438912d5fb (diff) | |
download | emacs-3c708e9898962614b8b822c4188df6bd729207b2.tar.gz |
(custom-hook-convert-widget): Fix comment.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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" |