Mercurial: Difference between revisions

613 bytes added ,  12 February 2021
Line 22: Line 22:
# Parent  f5c9bb5955e7c9fddef5c3c3f115201e11b43b79
# Parent  f5c9bb5955e7c9fddef5c3c3f115201e11b43b79


help.m: Display relevant topics first (bug #42424)
* scripts/help/help.m: Describe what you changed to display relevant topics
  first.  The maximal line width is 80 characters.
ddiff -r f5c9bb5955e7 -r 68c698c4f2fd scripts/help/help.m
--- a/scripts/help/help.m Tue Jun 09 14:11:13 2020 -0700
+++ b/scripts/help/help.m Wed Jun 10 18:08:11 2020 +0900
@@ -99,7 +99,7 @@ function retval = help (name)
    dendif
    ## Get help text
-    [text, format] = get_help_text (name);
+    [text, format] = get_better_help_text (name);
    ## Take action depending on help text format
    dswitch (lower (format))


</syntaxhighlight>}}
</syntaxhighlight>}}