1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Delete redundant installation instructions from ebnf2ps.el

* lisp/progmodes/ebnf2ps.el: Delete redundant installation
instructions.
This commit is contained in:
Stefan Kangas 2022-08-12 15:46:29 +02:00
parent 9419bc904d
commit 77613b9217

View file

@ -45,20 +45,12 @@ Please send all bug fixes and enhancements to
;; ;;
;; (require 'ebnf2ps) ;; (require 'ebnf2ps)
;; ;;
;; ebnf2ps uses ps-print package (version 5.2.3 or later), so see ps-print to ;; ebnf2ps uses ps-print package (bundled with Emacs), so see ps-print to
;; know how to set options like landscape printing, page headings, margins, ;; know how to set options like landscape printing, page headings, margins,
;; etc. ;; etc.
;; ;;
;; NOTE: ps-print zebra stripes and line number options doesn't have effect on ;; NOTE: ps-print zebra stripes and line number options don't have an
;; ebnf2ps, they behave as it's turned off. ;; effect on ebnf2ps, they behave as if it's turned off.
;;
;; For good performance, be sure to byte-compile ebnf2ps.el, e.g.
;;
;; M-x byte-compile-file <give the path to ebnf2ps.el when prompted>
;;
;; This will generate ebnf2ps.elc, which will be loaded instead of ebnf2ps.el.
;;
;; ebnf2ps was tested with GNU Emacs 20.4.1.
;; ;;
;; ;;
;; Using ebnf2ps ;; Using ebnf2ps