diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-13 06:30:27 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-13 06:30:27 +0200 |
commit | 2d4058b3ff8ecd52306e72e5d47f59d915c18850 (patch) | |
tree | 72df46fe2129703a677036632095821154ff1676 /lisp/ps-print.el | |
parent | 4e23ecb882698fef45f09128300435edcb54e3d7 (diff) | |
parent | 72fc7258bf328b48bb032f607778ce81316276d4 (diff) | |
download | emacs-2d4058b3ff8ecd52306e72e5d47f59d915c18850.tar.gz emacs-2d4058b3ff8ecd52306e72e5d47f59d915c18850.tar.bz2 emacs-2d4058b3ff8ecd52306e72e5d47f59d915c18850.zip |
Merge from origin/emacs-28
72fc7258bf Delete references to deleted library hilit19.el
e746fc2e7b Delete stale comments from Lisp Intro manual
77613b9217 ; Delete redundant installation instructions from ebnf2ps.el
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index c7d94b129b2..d67c34e11ab 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1308,11 +1308,11 @@ ;; Known bugs and limitations of ps-print ;; -------------------------------------- ;; -;; Automatic font-attribute detection doesn't work well, especially with -;; hilit19 and older versions of get-create-face. Users having problems with -;; auto-font detection should use the lists `ps-italic-faces', `ps-bold-faces' -;; and `ps-underlined-faces' and/or turn off automatic detection by setting -;; `ps-auto-font-detect' to nil. +;; Automatic font-attribute detection doesn't work well. Users having +;; problems with auto-font detection should use the lists +;; `ps-italic-faces', `ps-bold-faces' and `ps-underlined-faces' and/or +;; turn off automatic detection by setting `ps-auto-font-detect' to +;; nil. ;; ;; Still too slow; could use some hand-optimization. ;; |