# HG changeset patch # User Vinicius Jose Latorre # Date 1078002106 0 # Node ID 5774986c6ebb3e4ad39f4b67ff83f0fc1a410e78 # Parent 6e8c09b625b5de05a9c3f45c25c5c6a7d6c386d6 Doc fix. diff -r 6e8c09b625b5 -r 5774986c6ebb lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 28 20:50:45 2004 +0000 +++ b/lisp/ChangeLog Sat Feb 28 21:01:46 2004 +0000 @@ -8,6 +8,8 @@ * ebnf-abn.el: Doc fix. + * ebnf2ps.el: Doc fix. + 2004-02-28 Juri Linkov * ffap.el (dired-at-point): Additional writability test for diff -r 6e8c09b625b5 -r 5774986c6ebb lisp/progmodes/ebnf2ps.el --- a/lisp/progmodes/ebnf2ps.el Sat Feb 28 20:50:45 2004 +0000 +++ b/lisp/progmodes/ebnf2ps.el Sat Feb 28 21:01:46 2004 +0000 @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2004/02/25 20:17:43 vinicius> +;; Time-stamp: <2004/02/28 17:58:16 vinicius> ;; Keywords: wp, ebnf, PostScript ;; Version: 4.0 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ @@ -28,7 +28,7 @@ ;; Boston, MA 02111-1307, USA. (defconst ebnf-version "4.0" - "ebnf2ps.el, v 4.0 <2004/02/24 vinicius> + "ebnf2ps.el, v 4.0 <2004/02/28 vinicius> Vinicius's last change version. When reporting bugs, please also report the version of Emacs, if any, that ebnf2ps was running with. @@ -302,7 +302,7 @@ ;; `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. ;; ;; `abnf' ebnf2ps recognizes the syntax described in the URL: -;; `http://www.faqs.org/rfcs/rfc2234.html' +;; `http://www.ietf.org/rfc/rfc2234.txt' ;; ("Augmented BNF for Syntax Specifications: ABNF"). ;; ;; `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: @@ -1654,7 +1654,7 @@ `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. `abnf' ebnf2ps recognizes the syntax described in the URL: - `http://www.faqs.org/rfcs/rfc2234.html' + `http://www.ietf.org/rfc/rfc2234.txt' (\"Augmented BNF for Syntax Specifications: ABNF\"). `iso-ebnf' ebnf2ps recognizes the syntax described in the URL: