]> code.delx.au - gnu-emacs/blobdiff - lisp/wid-browse.el
Fix minor mode docstrings for the new meaning of a nil ARG.
[gnu-emacs] / lisp / wid-browse.el
index b765e46b9c60b778baf8646123e243f88afa3925..7ca13baeb53229a7f735ce2dc0ed375270c81a86 100644 (file)
@@ -270,8 +270,7 @@ VALUE is assumed to be a list of widgets."
 
 ;;;###autoload
 (define-minor-mode widget-minor-mode
-  "Togle minor mode for traversing widgets.
-With arg, turn widget mode on if and only if arg is positive."
+  "Minor mode for traversing widgets."
   :lighter " Widget")
 
 ;;; The End: