]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-browse-visibility): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Wed, 7 Jan 1998 10:45:56 +0000 (10:45 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 7 Jan 1998 10:45:56 +0000 (10:45 +0000)
lisp/cus-edit.el

index 30e3c86a697d7d0981e915714bf12f192fb5fbe2..e53459ecee6f7d97cd0b9bcfe708e88551c12e39 100644 (file)
@@ -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)