Mercurial > emacs
changeset 27250:807fc106b24c
(custom-hook-convert-widget): Fix comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 09 Jan 2000 17:04:15 +0000 |
parents | 89267ab1d99a |
children | b18ddc4b36ad |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <abraham@dina.kvl.dk> ;; 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"