changeset 18011:0d6d0a7c0793 stable

edit.m: Use two spaces to mark sentence break in error() message. * edit.m: Use two spaces to mark sentence break in error() message.
author Rik <rik@octave.org>
date Mon, 25 Nov 2013 21:19:13 -0800
parents dc58d4810de6
children 417047c3de4f
files scripts/miscellaneous/edit.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m	Mon Nov 25 20:57:13 2013 -0800
+++ b/scripts/miscellaneous/edit.m	Mon Nov 25 21:19:13 2013 -0800
@@ -160,7 +160,7 @@
     switch (toupper (statevar))
       case "EDITOR"
         error ("Octave:deprecated-function",
-               "The EDITOR option of edit has been removed. Use EDITOR() directly.")
+               "The EDITOR option of edit has been removed.  Use EDITOR() directly.")
         return;
       case "HOME"
         if (! isempty (stateval) && stateval(1) == "~")