1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

(custom-hook-convert-widget): Fix comment.

This commit is contained in:
Gerd Moellmann 2000-01-09 17:05:34 +00:00
parent f1d851aecd
commit 3c708e9898
2 changed files with 6 additions and 2 deletions

View 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.

View 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"