diff doc/interpreter/basics.txi @ 16876:9e0618443c2b

Rename saving_history() to history_save(). * NEWS: Announch renaming. * doc/interpreter/basics.txi: Use history_save in manual. * libgui/src/resource-manager.cc: Update list of Octave keywords. * libinterp/interpfcn/oct-hist.cc(Fsaving_history): Rename function. Rename seealso links in other functions. * libinterp/octave.cc(octave_process_command_line): Call history_save(0) for -H option. * libinterp/parse-tree/pt-assign.cc: Update list of old built-in variables. * scripts/deprecated/saving_history.m: Add deprecated command to call history_save(). * scripts/deprecated/module.mk: Add deprecated saving_history.m to build system.
author Rik <rik@octave.org>
date Sun, 30 Jun 2013 14:19:02 -0700
parents b04ae15530fc
children 5482cd26311a
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Sun Jun 30 13:50:48 2013 -0700
+++ b/doc/interpreter/basics.txi	Sun Jun 30 14:19:02 2013 -0700
@@ -722,7 +722,7 @@
 Octave also allows you customize the details of when, where, and how history
 is saved.
 
-@DOCSTRING(saving_history)
+@DOCSTRING(history_save)
 
 @DOCSTRING(history_control)