]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/eieio.el
Escape ` and ' in doc
[gnu-emacs] / lisp / emacs-lisp / eieio.el
index 84c07d96c8d2219bc82841bb094110ea3bd2fb4f..ad178c3a2c251608a8917d7479e870d94281ba3b 100644 (file)
@@ -683,12 +683,12 @@ This class is not stored in the `parent' slot of a class vector."
   "Make a new instance of CLASS based on INITARGS.
 For example:
 
-  (make-instance 'foo)
+  (make-instance \\='foo)
 
 INITARGS is a property list with keywords based on the `:initarg'
 for each slot.  For example:
 
-  (make-instance 'foo :slot1 value1 :slotN valueN)")
+  (make-instance \\='foo :slot1 value1 :slotN valueN)")
 
 (define-obsolete-function-alias 'constructor #'make-instance "25.1")