diff src/input.cc @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 80842ad3f85c
children 731d16475601
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -1164,10 +1164,10 @@
   DEFVAR (PS4, "+ ", ps4,
     "-*- texinfo -*-\n\
 @defvr {Built-in Variable} PS4\n\
-If Octave is invoked with the @code{--echo-input} option, the value of\n\
+If Octave is invoked with the @code{--echo-commands} option, the value of\n\
 @code{PS4} is printed before each line of input that is echoed.  The\n\
 default value of @code{PS4} is @code{\"+ \"}.  @xref{Invoking Octave}, for\n\
-a description of @code{--echo-input}.\n\
+a description of @code{--echo-commands}.\n\
 @end defvr");
 
   DEFVAR (completion_append_char, " ", completion_append_char,