]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/cl.el
Escape ` and ' in doc
[gnu-emacs] / lisp / emacs-lisp / cl.el
index 38deeaeaaa910fd0144306a0ec14ba67097f42a3..ba50680e8b9b21f5ca76347a1cba52d011a1de3f 100644 (file)
@@ -568,7 +568,7 @@ may be bound to temporary variables which are introduced
 automatically to preserve proper execution order of the arguments.
 For example:
 
-  (defsetf nth (n x) (v) `(setcar (nthcdr ,n ,x) ,v))
+  (defsetf nth (n x) (v) \\=`(setcar (nthcdr ,n ,x) ,v))
 
 You can replace this form with `gv-define-setter'.