diff options
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r-- | lisp/progmodes/ebrowse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index bb780259333..c84803a3fab 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -3616,7 +3616,7 @@ completion." ;;; Tags query replace & search (defvar ebrowse-tags-loop-form () - "Form for `ebrowse-loop-continue'. + "Form for `ebrowse-tags-loop-continue'. Evaluated for each file in the tree. If it returns nil, proceed with the next file.") |