diff libinterp/corefcn/event-manager.cc @ 27795:afbaad39d25c

doc: grammarcheck C++ files in libinterp/ directory. * debug.cc, event-manager.cc, file-io.cc, stream-euler.cc, strfns.cc, urlwrite.cc, dmperm.cc: grammarcheck C++ files in libinterp/ directory.
author Rik <rik@octave.org>
date Tue, 10 Dec 2019 13:19:07 -0800
parents 7e6836784575
children b442ec6dda5c
line wrap: on
line diff
--- a/libinterp/corefcn/event-manager.cc	Tue Dec 10 12:19:09 2019 -0800
+++ b/libinterp/corefcn/event-manager.cc	Tue Dec 10 13:19:07 2019 -0800
@@ -596,7 +596,7 @@
            doc: /* -*- texinfo -*-
 @deftypefn {} {} commandhistory ()
 Show the GUI command history window and give it the keyboard focus.
-@seealso{commandwindow, filebrowser, workspace} 
+@seealso{commandwindow, filebrowser, workspace}
 @end deftypefn */)
 {
   if (args.length () != 0)
@@ -611,7 +611,7 @@
            doc: /* -*- texinfo -*-
 @deftypefn {} {} commandwindow ()
 Show the GUI command window and give it the keyboard focus.
-@seealso{commandhistory, filebrowser, workspace} 
+@seealso{commandhistory, filebrowser, workspace}
 @end deftypefn */)
 {
   if (args.length () != 0)
@@ -626,7 +626,7 @@
            doc: /* -*- texinfo -*-
 @deftypefn {} {} filebrowser ()
 Show the GUI file browser window and give it the keyboard focus.
-@seealso{commandwindow, commandhistory, workspace} 
+@seealso{commandwindow, commandhistory, workspace}
 @end deftypefn */)
 {
   if (args.length () != 0)
@@ -641,7 +641,7 @@
            doc: /* -*- texinfo -*-
 @deftypefn {} {} workspace ()
 Show the GUI workspace window and give it the keyboard focus.
-@seealso{commandwindow, commandhistory, filebrowser} 
+@seealso{commandwindow, commandhistory, filebrowser}
 @end deftypefn */)
 {
   if (args.length () != 0)