Mercurial > hg > octave-nkf
diff scripts/deprecated/saving_history.m @ 16883:9a0f8287417a
doc: Remove unneeded backslashes in m-file docstrings copied from C++ sources.
* scripts/deprecated/default_save_options.m,
scripts/deprecated/saving_history.m: Remove unneeded backslashes in m-file
docstrings copied from C++ sources.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 30 Jun 2013 22:34:40 -0700 |
parents | 9e0618443c2b |
children | bcf0a288aa6c |
line wrap: on
line diff
--- a/scripts/deprecated/saving_history.m +++ b/scripts/deprecated/saving_history.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Built-in Function} {@var{val} =} saving_history () ## @deftypefnx {Built-in Function} {@var{old_val} =} saving_history (@var{new_val}) -## @deftypefnx {Built-in Function} {} saving_history (@var{new_val}, \"local\") +## @deftypefnx {Built-in Function} {} saving_history (@var{new_val}, "local") ## This function has been deprecated. Use @code{@file{history_save}} instead. ## @seealso{history_save} ## @end deftypefn