diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-21 17:28:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-21 17:28:15 +0000 |
commit | 56c586a87004a67df18d6eed1db1f96e4fbf9ce9 (patch) | |
tree | 6dbb699d85738cdd5cbeb03098ac9aef61b26184 /lisp | |
parent | 5eb9905b72d8edf2705db87b076661f08261d905 (diff) | |
download | emacs-56c586a87004a67df18d6eed1db1f96e4fbf9ce9.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/refbib.el | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index b7d73606c1e..31b63da7710 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el @@ -1,8 +1,8 @@ ;;; refbib.el --- convert refer-style references to ones usable by Latex bib -;; Maintainer: FSF +;; Author: Henry Kautz <kautz@research.att.com> ;; Last-Modified: 16 Mar 1992 -;; Keywords: bib +;; Keywords: bib, tex ;; Copyright (C) 1989 Free Software Foundation, Inc. @@ -32,7 +32,7 @@ ;;; Change Log: ; HISTORY -; 9/88, created +; 9/88, created H.Kautz ; modified 1/19/89, allow books with editor but no author; ; added %O ordering field; ; appended illegal multiple fields, instead of @@ -706,7 +706,11 @@ If you don't want to see this help message when you load this utility, then include the following line in your .emacs file: (setq r2b-load-quietly t) To see this message again, perform - M-x r2b-help") + M-x r2b-help +Please send bug reports and suggestions to + Henry Kautz + kautz@research.att.com + allegra!kautz") (defun r2b-help () |