emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/emacs-lisp eieio-custom.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp eieio-custom.el
Date: Thu, 01 Oct 2009 02:47:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/01 02:47:38

Modified files:
        lisp/emacs-lisp: eieio-custom.el 

Log message:
        Fix comment typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/eieio-custom.el?cvsroot=emacs&r1=1.2&r2=1.3

Patches:
Index: eieio-custom.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/eieio-custom.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- eieio-custom.el     28 Sep 2009 00:49:59 -0000      1.2
+++ eieio-custom.el     1 Oct 2009 02:47:37 -0000       1.3
@@ -1,7 +1,7 @@
 ;;; eieio-custom.el -- eieio object customization
 
-;;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam  <address@hidden>
 ;; Version: 0.2
@@ -25,7 +25,7 @@
 ;;; Commentary:
 ;;
 ;;   This contains support customization of eieio objects.  Enabling
-;; your object to be customizable requires use of the slot attirbute
+;; your object to be customizable requires use of the slot attribute
 ;; `:custom'.
 
 (require 'eieio)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]