From dd98f00a8b314a84219edccb8ce0dd2da6823019 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Jul 2002 22:15:15 +0000 Subject: [PATCH] (widget-documentation-string-value-create): Say "Hide Rest", not just "Hide". --- lisp/wid-edit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index b168af703d2..3fcb58d78f0 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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 -- 2.39.2