]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-documentation-string-value-create):
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:15:15 +0000 (22:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:15:15 +0000 (22:15 +0000)
Say "Hide Rest", not just "Hide".

lisp/wid-edit.el

index b168af703d2ee6eb8ce071b50c9157197b5299d5..3fcb58d78f06fe0a1d2d0a9950aa3704b3faaa21 100644 (file)
@@ -2804,6 +2804,7 @@ link for that string."
                (widget-create-child-and-convert
                 widget 'visibility
                 :help-echo "Show or hide rest of the documentation."
+                :on "Hide Rest"
                 :off "More"
                 :always-active t
                 :action 'widget-parent-action