Variable: glc-default-span
glc-default-span is a variable defined in goto-chg.el.
Value
8
Documentation
*goto-last-change don't visit the same point twice.
glc-default-span tells how far around a visited point not to visit again.
Source Code
;; Defined in ~/.emacs.d/elpa/goto-chg-20240407.1110/goto-chg.el
(defvar glc-default-span 8 "*goto-last-change don't visit the same point twice.
glc-default-span tells how far around a visited point not to visit again.")