comparison lisp/emacs-lisp/eieio-custom.el @ 105326:e18b53ee74a9

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:47:37 +0000
parents 1a62d24e31a6
children 7f4c7f5c0eba
comparison
equal deleted inserted replaced
105325:42404460bd67 105326:e18b53ee74a9
1 ;;; eieio-custom.el -- eieio object customization 1 ;;; eieio-custom.el -- eieio object customization
2 2
3 ;;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009 3 ;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009
4 ;;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Eric M. Ludlam <zappo@gnu.org> 6 ;; Author: Eric M. Ludlam <zappo@gnu.org>
7 ;; Version: 0.2 7 ;; Version: 0.2
8 ;; Keywords: OO, lisp 8 ;; Keywords: OO, lisp
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 ;; 26 ;;
27 ;; This contains support customization of eieio objects. Enabling 27 ;; This contains support customization of eieio objects. Enabling
28 ;; your object to be customizable requires use of the slot attirbute 28 ;; your object to be customizable requires use of the slot attribute
29 ;; `:custom'. 29 ;; `:custom'.
30 30
31 (require 'eieio) 31 (require 'eieio)
32 (require 'widget) 32 (require 'widget)
33 (require 'wid-edit) 33 (require 'wid-edit)