changeset 7718:62279ce5654c

save: fix continuation character in doc string
author John W. Eaton <jwe@octave.org>
date Wed, 16 Apr 2008 21:50:59 -0400
parents ff918ee1a983
children 87eda1f8faaa
files src/ChangeLog src/load-save.cc
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 16 23:33:36 2008 +0200
+++ b/src/ChangeLog	Wed Apr 16 21:50:59 2008 -0400
@@ -1,5 +1,7 @@
 2008-04-16  John W. Eaton  <jwe@octave.org>
 
+	* load-save.cc (Fsave): Fix continuation character in doc string.
+
 	* pt-walk.h (tree_walker::visit_function_def): New function.
 	* pt-pr-code.cc (tree_print_code::visit_function_def): New function.
 	* pt-pr-code.h: Provide decl.
--- a/src/load-save.cc	Wed Apr 16 23:33:36 2008 +0200
+++ b/src/load-save.cc	Wed Apr 16 21:50:59 2008 -0400
@@ -1500,7 +1500,7 @@
 character is @code{!} or @code{^}, match all characters except those\n\
 specified by @var{list}.  For example, the pattern @samp{[a-zA-Z]} will\n\
 match all lower and upper case alphabetic characters. \n\
-\n\      
+\n\
 Wildcards may also be used in the field names specifications when using\n\
 the @code{-struct} modifier (but not in the struct name itself).\n\
 \n\