yatex

diff yatexhlp.el @ 50:b1e036697b20

Change for Emacs-19
author yuuji
date Fri, 25 Nov 1994 08:26:13 +0000
parents cd1b63102eed
children 5f4b18da14b3
line diff
     1.1 --- a/yatexhlp.el	Mon Sep 19 16:54:19 1994 +0000
     1.2 +++ b/yatexhlp.el	Fri Nov 25 08:26:13 1994 +0000
     1.3 @@ -2,15 +2,16 @@
     1.4  ;;; YaTeX helper with LaTeX commands and macros.
     1.5  ;;; yatexhlp.el
     1.6  ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Tue Sep 20 01:35:12 1994 on figaro
     1.8 +;;; Last modified Sat Nov 12 04:20:26 1994 on VFR
     1.9  ;;; $Id$
    1.10  
    1.11  (let ((help-file (concat "YATEXHLP."
    1.12  			 (cond (YaTeX-japan "jp")
    1.13  			       (t "eng"))))
    1.14        (help-dir
    1.15 -       (cond (YaTeX-emacs-19 (expand-file-name "../etc" exec-directory))
    1.16 -	     (t exec-directory))))
    1.17 +       (cond
    1.18 +	(YaTeX-emacs-19 (expand-file-name "../../site-lisp" exec-directory))
    1.19 +	(t exec-directory))))
    1.20    (defvar YaTeX-help-file
    1.21      (expand-file-name help-file help-dir)
    1.22      "*Help file of LaTeX/TeX commands or macros.")