# HG changeset patch # User jwe # Date 1128365763 0 # Node ID adb2bac3596e22c8a627a551cb9ba94fe31b7496 # Parent 927230cb3e77c9530e400d982c7471c3e8318f88 [project @ 2005-10-03 18:56:03 by jwe] diff -r 927230cb3e77 -r adb2bac3596e doc/interpreter/emacs.txi --- a/doc/interpreter/emacs.txi Sat Oct 01 20:59:29 2005 +0000 +++ b/doc/interpreter/emacs.txi Mon Oct 03 18:56:03 2005 +0000 @@ -458,10 +458,9 @@ this hook. @quotation -@strong{Note:} -If you set your Octave prompts to something different from the defaults, -make sure that @code{inferior-octave-prompt} matches them. -Otherwise, @emph{nothing} will work, because Emacs will have no idea +@strong{Note} that if you set your Octave prompts to something different +from the defaults, make sure that @code{inferior-octave-prompt} matches +them. Otherwise, @emph{nothing} will work, because Emacs will not know when Octave is waiting for input, or done sending output. @end quotation diff -r 927230cb3e77 -r adb2bac3596e scripts/control/system/c2d.m --- a/scripts/control/system/c2d.m Sat Oct 01 20:59:29 2005 +0000 +++ b/scripts/control/system/c2d.m Mon Oct 03 18:56:03 2005 +0000 @@ -80,7 +80,7 @@ ## @item t ## sampling time; required if @var{sys} is purely continuous. ## -## @strong{Note} if the second argument is not a string, @code{c2d()} +## @strong{Note} that if the second argument is not a string, @code{c2d()} ## assumes that the second argument is @var{t} and performs ## appropriate argument checks. ## @end table diff -r 927230cb3e77 -r adb2bac3596e src/utils.cc --- a/src/utils.cc Sat Oct 01 20:59:29 2005 +0000 +++ b/src/utils.cc Mon Oct 03 18:56:03 2005 +0000 @@ -354,7 +354,7 @@ \n\ Note that @code{file_in_path} does not expand leading, trailing,\n\ or doubled colons the way that @code{file_in_loadpath} does. See\n\ -also @xref{Summary of Built-in Variables}, for an explanation of\n\ +also @xref{Function Files, LOADPATH}, for an explanation of\n\ how colon expansion is applied to @code{LOADPATH}.\n\ @seealso{file_in_loadpath}\n\ @end deftypefn")