diff options
| -rw-r--r-- | lisp/wid-edit.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 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 |