diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-29 17:13:24 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-29 17:13:24 +0000 |
commit | cc86f83f38c5c9ffbe8ac6a2a5ba35b9e9080a93 (patch) | |
tree | 25336115dc54a0a2fc49fdff656a78cf97a78190 /lisp | |
parent | 0fd16104a5b8629c0afc4ad7823be85ea63a9b3d (diff) | |
download | emacs-cc86f83f38c5c9ffbe8ac6a2a5ba35b9e9080a93.tar.gz |
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/ebnf2ps.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 8d246057ffd..96ec53ac501 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> -;; Time-stamp: <2004/02/28 19:18:57 vinicius> +;; Time-stamp: <2004/02/29 14:06:59 vinicius> ;; Keywords: wp, ebnf, PostScript ;; Version: 4.0 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ @@ -70,8 +70,8 @@ Please send all bug fixes and enhancements to ;; Using ebnf2ps ;; ------------- ;; -;; ebnf2ps provides six commands for generating PostScript syntactic chart -;; images of Emacs buffers: +;; ebnf2ps provides the following commands for generating PostScript syntactic +;; chart images of Emacs buffers: ;; ;; ebnf-print-directory ;; ebnf-print-file |