]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
Escape ` and ' in doc
[gnu-emacs] / lisp / cus-edit.el
index 70308334183fef98a55a9e87b4810e5e6a604b89..08c1acdae86c7068527eca28fc808451957c1c05 100644 (file)
@@ -1189,8 +1189,8 @@ and `defface'.
 
 For example, the MH-E package updates this alist as follows:
 
-     (add-to-list 'customize-package-emacs-version-alist
-                  '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
+     (add-to-list \\='customize-package-emacs-version-alist
+                  \\='(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
                          (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
                          (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
                          (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))