changeset 9766:96969904dc6b octave-forge

Minor help text changes (get_first_help_sentence compatibility)
author prnienhuis
date Sun, 18 Mar 2012 22:20:41 +0000
parents ece29b72bf92
children f04c21e6cea8
files main/io/inst/object2json.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/object2json.m	Sun Mar 18 21:03:48 2012 +0000
+++ b/main/io/inst/object2json.m	Sun Mar 18 22:20:41 2012 +0000
@@ -22,7 +22,6 @@
 
 function json = object2json (object)
 
-  % function json = object2json (object)
   % Returns a valid json string that will describe object; the string will
   % be in a compact form (no spaces or line breaks).
   %