diff scripts/help/doc.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents e433efa383e4 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/help/doc.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/help/doc.m	Tue Jan 20 10:24:46 2015 -0500
@@ -57,7 +57,7 @@
     if isguirunning ()
       __octave_link_show_doc__ (fname);
     else
-  
+
       if (ftype == 2 || ftype == 3)
         ffile = which (fname);
       else
@@ -99,7 +99,7 @@
       if (have_fname)
         status = system (sprintf ("%s --index-search \"%s\"", cmd, fname));
       endif
-   
+
 
       if (! (have_fname && status == 0))
         status = system (cmd);