diff doc/interpreter/basics.txi @ 3428:5b77cf82393c

[project @ 2000-01-14 02:54:53 by jwe]
author jwe
date Fri, 14 Jan 2000 02:55:00 +0000
parents 9610d364e444
children 3234a698073a
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Thu Jan 13 09:25:59 2000 +0000
+++ b/doc/interpreter/basics.txi	Fri Jan 14 02:55:00 2000 +0000
@@ -106,6 +106,10 @@
 remote shell command or inside an Emacs shell buffer.  For another way
 to run Octave within Emacs, see @ref{Emacs}.
 
+@item --no-history
+@itemx -H
+Disable command-line history.
+
 @item --no-init-file
 @cindex @code{--no-init-file}
 Don't read the @file{~/.octaverc} or @file{.octaverc} files.
@@ -324,12 +328,14 @@
 terminals with real Meta keys.  In the following sections, Meta
 characters such as @kbd{Meta-u} are written as @kbd{M-u}.
 
+
 @menu
 * Cursor Motion::               
 * Killing and Yanking::         
 * Commands For Text::           
 * Commands For Completion::     
 * Commands For History::        
+* Customizing @code{readline}::  
 * Customizing the Prompt::      
 * Diary and Echo Commands::     
 @end menu
@@ -499,7 +505,7 @@
 
 @DOCSTRING(completion_matches)
 
-@node Commands For History, Customizing the Prompt, Commands For Completion, Command Line Editing
+@node Commands For History, Customizing @code{readline}, Commands For Completion, Command Line Editing
 @subsection Commands For Manipulating The History
 @cindex command history
 @cindex input history
@@ -564,7 +570,14 @@
 
 @DOCSTRING(saving_history)
 
-@node Customizing the Prompt, Diary and Echo Commands, Commands For History, Command Line Editing
+@node Customizing @code{readline}, Customizing the Prompt, Commands For History, Command Line Editing
+@subsection Customizing @code{readline}
+
+@c XXX FIXME XXX -- need a brief description of the ~/.inputrc file here.
+
+@DOCSTRING{read_readline_init_file}
+
+@node Customizing the Prompt, Diary and Echo Commands, Customizing @code{readline}, Command Line Editing
 @subsection Customizing the Prompt
 @cindex prompt customization
 @cindex customizing the prompt