summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-01-07 10:45:56 +0000
committerAndreas Schwab <schwab@suse.de>1998-01-07 10:45:56 +0000
commit1edec9cfea1b0592d06363d2f6ad28c7746d7576 (patch)
tree67bfd247a9c2a4b4a9c269528114ddfd35f97503
parent5e5e5b54edf8ca2aae54db50f765897747a9725d (diff)
downloademacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.tar.gz
emacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.tar.bz2
emacs-1edec9cfea1b0592d06363d2f6ad28c7746d7576.zip
(custom-browse-visibility): Doc fix.
-rw-r--r--lisp/cus-edit.el2
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)