Mercurial > hg > octave-nkf
diff examples/info-emacs-octave-help @ 2661:49d6c6ee7b03
[project @ 1997-02-04 05:51:43 by jwe]
author | jwe |
---|---|
date | Tue, 04 Feb 1997 05:51:49 +0000 |
parents | 2aa0453bfea3 |
children | 32259460c627 |
line wrap: on
line diff
--- a/examples/info-emacs-octave-help +++ b/examples/info-emacs-octave-help @@ -1,9 +1,10 @@ #!/bin/sh # info-emacs-octave-help -# Written by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> on 1996/07/01 +# Written by KH <Kurt.Hornik@ci.tuwien.ac.at> on 1996/07/01 +# Updated by KH on 1997/01/30 # Make Octave's `help -i' use Emacs octave-help. -# Requires a running Emacs and gnuserv, and installed `octave.el'. -cmd="(require 'octave)" +# Requires a running Emacs and gnuserv. +cmd="(load \"octave-hlp\")" if [ $3 = "--directory" ]; then cmd="$cmd (add-to-list 'Info-directory-list \"$4\")"