diff scripts/general/display.m @ 21122:dba88797f69f

doc: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Wed, 20 Jan 2016 21:14:47 -0800
parents b433f9990452
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/general/display.m	Wed Jan 20 20:57:45 2016 -0800
+++ b/scripts/general/display.m	Wed Jan 20 21:14:47 2016 -0800
@@ -22,7 +22,7 @@
 ##
 ## The Octave interpreter calls the @code{display} function whenever it needs
 ## to present a class on-screen.  Typically, this would be a statement which
-## does not end in a semicolon to suppress output.  For example,
+## does not end in a semicolon to suppress output.  For example:
 ##
 ## @example
 ## myobj = myclass (@dots{})
@@ -33,8 +33,10 @@
 ## report only that the object is an instance of its class.
 ##
 ## @example
+## @group
 ## myobj = myclass (@dots{})
 ##   @result{} myobj = <class myclass>
+## @end group
 ## @end example
 ##
 ## @seealso{class, subsref, subsasgn}