comparison lisp/wid-edit.el @ 46581:e767254f9b0c

(widget-documentation-string-value-create): Say "Hide Rest", not just "Hide".
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Jul 2002 22:15:15 +0000
parents 9133a6a4abf8
children 0bbb6f2a6ddb
comparison
equal deleted inserted replaced
46580:2c25b46baf82 46581:e767254f9b0c
2802 (widget-documentation-link-add widget start (point)) 2802 (widget-documentation-link-add widget start (point))
2803 (setq button 2803 (setq button
2804 (widget-create-child-and-convert 2804 (widget-create-child-and-convert
2805 widget 'visibility 2805 widget 'visibility
2806 :help-echo "Show or hide rest of the documentation." 2806 :help-echo "Show or hide rest of the documentation."
2807 :on "Hide Rest"
2807 :off "More" 2808 :off "More"
2808 :always-active t 2809 :always-active t
2809 :action 'widget-parent-action 2810 :action 'widget-parent-action
2810 shown)) 2811 shown))
2811 (when shown 2812 (when shown