Variable: browse-url-text-input-attempts

browse-url-text-input-attempts is a customizable variable defined in browse-url.el.gz.

Value

10

Documentation

How many times to try to move down from a series of text browser input fields.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-text-input-attempts 10
  "How many times to try to move down from a series of text browser input fields."
  :type 'integer
  :version "23.1")