changeset 27522:3912e3a74e31

doc: Use "rightmost" to describe how format() behaves with multiple arguments. * NEWS: Use "rightmost" rather than "most right". * pr-output.cc (Fformat): Use "rightmost" rather than "most right".
author Rik <rik@octave.org>
date Fri, 18 Oct 2019 07:51:46 -0700
parents 37f9eb2c05e0
children 19ad9150dd69
files NEWS libinterp/corefcn/pr-output.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Oct 18 13:26:22 2019 +0900
+++ b/NEWS	Fri Oct 18 07:51:46 2019 -0700
@@ -30,7 +30,7 @@
 
      format long e uppercase loose
 
-  Note, that in case of multiple competing format options the most right
+  Note, that in case of multiple competing format options the rightmost
   one is used and in case of an error the previous format remains
   unchanged.
 
--- a/libinterp/corefcn/pr-output.cc	Fri Oct 18 13:26:22 2019 +0900
+++ b/libinterp/corefcn/pr-output.cc	Fri Oct 18 07:51:46 2019 -0700
@@ -3961,7 +3961,7 @@
 produce a more readable output with less data per page.
 @end table
 
-If @code{format} is called with multiple competing options, the most right one
+If @code{format} is called with multiple competing options, the rightmost one
 is used.  In case of an error the format remains unchanged.
 
 If called with one to three output arguments, and no inputs, return the current