# HG changeset patch # User Rik # Date 1385443153 28800 # Node ID 0d6d0a7c0793d52044f945f420c3b44c32c733f5 # Parent dc58d4810de611028bea586c886d3d4deb5e6e3a edit.m: Use two spaces to mark sentence break in error() message. * edit.m: Use two spaces to mark sentence break in error() message. diff --git a/scripts/miscellaneous/edit.m b/scripts/miscellaneous/edit.m --- 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) == "~")