diff options
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 30e3c86a697..e53459ecee6 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1217,7 +1217,7 @@ item in another window.\n\n")) | |||
| 1217 | (goto-char (point-min))) | 1217 | (goto-char (point-min))) |
| 1218 | 1218 | ||
| 1219 | (define-widget 'custom-browse-visibility 'item | 1219 | (define-widget 'custom-browse-visibility 'item |
| 1220 | "Control visibility of of items in the customize tree browser." | 1220 | "Control visibility of items in the customize tree browser." |
| 1221 | :format "%[[%t]%]" | 1221 | :format "%[[%t]%]" |
| 1222 | :action 'custom-browse-visibility-action) | 1222 | :action 'custom-browse-visibility-action) |
| 1223 | 1223 | ||