diff libinterp/corefcn/input.cc @ 24595:5ed2e9248ee9 stable

doc: Tweaks to use single quotes instead of double quotes (bug #52870). * input.cc (FPS1): Use single quotes around PS1 default value which contains backslash. * regexptranslate.m: Use single quotes around results which contain backslash.
author Rik <rik@octave.org>
date Sun, 14 Jan 2018 17:04:07 -0800
parents 3ac9f9ecfae5
children 56f1f60f35fd
line wrap: on
line diff
--- a/libinterp/corefcn/input.cc	Tue Jan 09 21:52:11 2018 -0800
+++ b/libinterp/corefcn/input.cc	Sun Jan 14 17:04:07 2018 -0800
@@ -1370,7 +1370,7 @@
 When executing interactively, Octave displays the primary prompt when it is
 ready to read a command.
 
-The default value of the primary prompt string is @qcode{"octave:\#> "}.
+The default value of the primary prompt string is @qcode{'octave:\#> '}.
 To change it, use a command like
 
 @example