]> code.delx.au - gnu-emacs/blobdiff - lisp/ps-print.el
Merge from trunk.
[gnu-emacs] / lisp / ps-print.el
index 3d1dbfb406a40f799797cb954cafcb30e803f862..a6d6a5676c13630abaa4c0f36523a9f0cfedd109 100644 (file)
@@ -975,7 +975,7 @@ Please send all bug fixes and enhancements to
 ;;     (setq ps-font-info-database '(<your stuff> <the standard stuff>))
 ;;   or, use `ps-print-hook' (see section Hooks):
 ;;     (add-hook 'ps-print-hook
-;;               '(lambda ()
+;;               (lambda ()
 ;;                  (or (assq 'Helvetica ps-font-info-database)
 ;;                      (setq ps-font-info-database (append ...)))))
 ;;