diff lisp/emacs-lisp/eieio-datadebug.el @ 105327:dcbb3800a4e1

Doc/message fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:50:00 +0000
parents 4b2a0c5f8552
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/emacs-lisp/eieio-datadebug.el	Thu Oct 01 02:47:37 2009 +0000
+++ b/lisp/emacs-lisp/eieio-datadebug.el	Thu Oct 01 02:50:00 2009 +0000
@@ -1,8 +1,8 @@
 ;;; eieio-datadebug.el --- EIEIO extensions to the data debugger.
 
-;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
 
-;; Author: Eric M. Ludlam  <zappo@gnu.org>
+;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: OO, lisp
 
 ;; This file is part of GNU Emacs.
@@ -51,7 +51,7 @@
 
 (defun data-debug-insert-object-button (object prefix prebuttontext)
   "Insert a button representing OBJECT.
-PREFIX is the text that preceeds the button.
+PREFIX is the text that precedes the button.
 PREBUTTONTEXT is some text between PREFIX and the object button."
   (let ((start (point))
 	(end nil)