aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/eieio-opt.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-10-01 02:50:00 +0000
committerGlenn Morris <[email protected]>2009-10-01 02:50:00 +0000
commit9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (patch)
tree289f1147e9dd00badca0202f741efb1071cc4b80 /lisp/emacs-lisp/eieio-opt.el
parentd8edf09f3780a74f4b9b118a1bad895fc40f9674 (diff)
Doc/message fixes.
Diffstat (limited to 'lisp/emacs-lisp/eieio-opt.el')
-rw-r--r--lisp/emacs-lisp/eieio-opt.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el
index 846ea61da3..12fd666f41 100644
--- a/lisp/emacs-lisp/eieio-opt.el
+++ b/lisp/emacs-lisp/eieio-opt.el
@@ -1,9 +1,9 @@
;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar)
-;;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005,
-;;; 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2008,
+;; 2009 Free Software Foundation, Inc.
-;; Author: Eric M. Ludlam <[email protected]>
+;; Author: Eric M. Ludlam <[email protected]>
;; Version: 0.2
;; Keywords: OO, lisp
@@ -75,7 +75,7 @@ Argument CH-PREFIX is another character prefix to display."
(defun eieio-describe-class (class &optional headerfcn)
"Describe a CLASS defined by a string or symbol.
-If CLASS is actually an object, then also display current values of that obect.
+If CLASS is actually an object, then also display current values of that object.
Optional HEADERFCN should be called to insert a few bits of info first."
(interactive (list (eieio-read-class "Class: ")))
(with-output-to-temp-buffer (help-buffer) ;"*Help*"