emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/inspector f4ef53338f 2/3: Fix


From: ELPA Syncer
Subject: [elpa] externals/inspector f4ef53338f 2/3: Fix
Date: Thu, 26 May 2022 09:57:37 -0400 (EDT)

branch: externals/inspector
commit f4ef53338f1f728c52115d1b3ec8285e57a2b256
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    Fix
---
 inspector.el | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/inspector.el b/inspector.el
index 074da24b8a..7f14a931c9 100644
--- a/inspector.el
+++ b/inspector.el
@@ -248,11 +248,14 @@ slice in buffer."
 (cl-defgeneric inspect-object (object)
   "Render inspector buffer for OBJECT.
 
-Methods of this generic function are expected to specialize on the type of 
Emacs Lisp OBJECT being inspected, and write into the current-buffer.
-The current-buffer is presumed to be empty.
+Methods of this generic function are expected to specialize on the type of
+Emacs Lisp OBJECT being inspected, and write into the `current-buffer'.
+The `current-buffer' is presumed to be empty.
 An inspector buffer is expected to have a title, some properties and a body.
-See `inspector--insert-title', `inspector--insert-label' and 
`inspector--insert-value' for inserting title, and properties and its values.
-For linking to another object, `inspector--insert-inspect-button' is expected 
to be used."
+See `inspector--insert-title', `inspector--insert-label'
+and `inspector--insert-value' for inserting title,and properties and its 
values.
+For linking to another object, `inspector--insert-inspect-button'
+is expected to be used.")
 
 (cl-defmethod inspect-object ((class (subclass eieio-default-superclass)))
   "Render inspector buffer for EIEIO CLASS."



reply via email to

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