diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:50:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:50:00 +0000 |
commit | 9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (patch) | |
tree | 289f1147e9dd00badca0202f741efb1071cc4b80 /lisp/emacs-lisp/eieio-datadebug.el | |
parent | d8edf09f3780a74f4b9b118a1bad895fc40f9674 (diff) | |
download | emacs-9ffe3f52feebf9098f98c028e4dfeab3e4b44f92.tar.gz |
Doc/message fixes.
Diffstat (limited to 'lisp/emacs-lisp/eieio-datadebug.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-datadebug.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/eieio-datadebug.el b/lisp/emacs-lisp/eieio-datadebug.el index 0e74d5d2e55..77bf7004ac2 100644 --- a/lisp/emacs-lisp/eieio-datadebug.el +++ b/lisp/emacs-lisp/eieio-datadebug.el @@ -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 @@ PREFIX specifies what to insert at the start of each line." (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) |