diff yatexhlp.el @ 49:eb0512bfcb7f

Abolish user-article table. Use normal read-string instead. Supply smart add-in function for documentstyle. Update user dictionary whenever new words entered. Enhance [prefix] c. Allow user defined sectioning commands in yatexsec.
author yuuji
date Fri, 25 Nov 1994 08:26:13 +0000
parents cd1b63102eed
children 5f4b18da14b3
line wrap: on
line diff
--- a/yatexhlp.el	Mon Oct 31 17:49:43 1994 +0000
+++ b/yatexhlp.el	Fri Nov 25 08:26:13 1994 +0000
@@ -2,15 +2,16 @@
 ;;; YaTeX helper with LaTeX commands and macros.
 ;;; yatexhlp.el
 ;;; (c )1994 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
-;;; Last modified Tue Sep 20 01:35:12 1994 on figaro
+;;; Last modified Sat Nov 12 04:20:26 1994 on VFR
 ;;; $Id$
 
 (let ((help-file (concat "YATEXHLP."
 			 (cond (YaTeX-japan "jp")
 			       (t "eng"))))
       (help-dir
-       (cond (YaTeX-emacs-19 (expand-file-name "../etc" exec-directory))
-	     (t exec-directory))))
+       (cond
+	(YaTeX-emacs-19 (expand-file-name "../../site-lisp" exec-directory))
+	(t exec-directory))))
   (defvar YaTeX-help-file
     (expand-file-name help-file help-dir)
     "*Help file of LaTeX/TeX commands or macros.")

yatex.org