Fix typos.
* emacs-lisp/chart.el, emacs-lisp/eieio.el, emacs-lisp/eieio-base.el * emacs-lisp/eieio-comp.el, emacs-lisp/eieio-custom.el * emacs-lisp/eieio-datadebug.el, emacs-lisp/eieio-opt.el * emacs-lisp/eieio-speedbar.el
This commit is contained in:
parent
4a827e0af1
commit
a8f316cab0
9 changed files with 211 additions and 156 deletions
|
@ -122,7 +122,7 @@ PREBUTTONTEXT is some text between PREFIX and the object button."
|
|||
;; A generic function to run DDEBUG on an object and popup a new buffer.
|
||||
;;
|
||||
(defmethod data-debug-show ((obj eieio-default-superclass))
|
||||
"Run ddebug against any EIEIO object OBJ"
|
||||
"Run ddebug against any EIEIO object OBJ."
|
||||
(data-debug-new-buffer (format "*%s DDEBUG*" (object-name obj)))
|
||||
(data-debug-insert-object-slots obj "]"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue