# HG changeset patch # User jwe # Date 1175174883 0 # Node ID 5e881924e64534b49e8d4df79ac39d2ed35771be # Parent 3d6e0589e887f07a74c6a18835a8de5728ff0c88 [project @ 2007-03-29 13:28:03 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-29 Rafael Laboissiere + + * examples/info-emacs-octave-help, examples/info-emacs-info: + Use gnuclient, not gnudoit. + 2007-03-27 John W. Eaton * octMakefile.in (dist, conf-dist): Use ln, not $(LN_S). diff --git a/examples/info-emacs-info b/examples/info-emacs-info --- a/examples/info-emacs-info +++ b/examples/info-emacs-info @@ -11,4 +11,4 @@ fi cmd="(require 'info) $cmd" [ $4 ] && cmd="$cmd (Info-index \"$4\")" -gnudoit -q $cmd +gnuclient -q $cmd diff --git a/examples/info-emacs-octave-help b/examples/info-emacs-octave-help --- a/examples/info-emacs-octave-help +++ b/examples/info-emacs-octave-help @@ -11,4 +11,4 @@ shift 2 fi cmd="$cmd (octave-help \"$4\")" -gnudoit -q $cmd +gnuclient -q $cmd