]> code.delx.au - gnu-emacs/blobdiff - doc/misc/eieio.texi
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / doc / misc / eieio.texi
index 7cee5c30a1b45c260ad5c61422ed8c981614ff07..fb4e1470016f44a219c2fdfd17449e164df018b8 100644 (file)
@@ -1529,7 +1529,7 @@ Currently, the default superclass is defined as follows:
   nil
   "Default parent class for classes with no specified parent class.
 Its slots are automatically adopted by classes with no specified
-parents.  This class is not stored in the â€˜parent’ slot of a class vector."
+parents.  This class is not stored in the `parent' slot of a class vector."
   :abstract t)
 @end example