diff options
author | Andreas Schwab <schwab@suse.de> | 1998-01-07 10:45:56 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-01-07 10:45:56 +0000 |
commit | 1edec9cfea1b0592d06363d2f6ad28c7746d7576 (patch) | |
tree | 67bfd247a9c2a4b4a9c269528114ddfd35f97503 | |
parent | 5e5e5b54edf8ca2aae54db50f765897747a9725d (diff) | |
download | emacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.tar.gz emacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.tar.bz2 emacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.zip |
(custom-browse-visibility): Doc fix.
-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")) (goto-char (point-min))) (define-widget 'custom-browse-visibility 'item - "Control visibility of of items in the customize tree browser." + "Control visibility of items in the customize tree browser." :format "%[[%t]%]" :action 'custom-browse-visibility-action) |