diff scripts/miscellaneous/edit.m @ 18015:fe59ef0084a6

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Mon, 25 Nov 2013 22:25:35 -0800
parents 0d6d0a7c0793
children 832ecfda1d3c 446c46af4b42
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m
+++ b/scripts/miscellaneous/edit.m
@@ -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) == "~")