[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/record 3f7a917: Remove XXX; this paragraph is good
From: |
Lars Brinkhoff |
Subject: |
[Emacs-diffs] scratch/record 3f7a917: Remove XXX; this paragraph is good as is. |
Date: |
Wed, 29 Mar 2017 03:46:52 -0400 (EDT) |
branch: scratch/record
commit 3f7a917a9ad741f1248ae1cf4fb6a62064bba270
Author: Lars Brinkhoff <address@hidden>
Commit: Lars Brinkhoff <address@hidden>
Remove XXX; this paragraph is good as is.
---
doc/misc/eieio.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index b0b7b4d..7076c24 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -265,7 +265,7 @@ To create a new class, use the @code{defclass} macro:
@defmac defclass class-name superclass-list slot-list &rest options-and-doc
-Create a new class named @var{class-name}. XXX The class is represented
+Create a new class named @var{class-name}. The class is represented
by a symbol with the name @var{class-name}. @eieio{} stores the structure of
the class as a symbol property of @var{class-name} (@pxref{Symbol
Components,,,elisp,GNU Emacs Lisp Reference Manual}).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] scratch/record 3f7a917: Remove XXX; this paragraph is good as is.,
Lars Brinkhoff <=