summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebrowse.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-23 13:35:55 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-02 13:29:45 +0200
commit78eacf31e8fe182801ad1943fac717b75fcf286b (patch)
tree38da2670157302d3663dbee6f1a708dea50a925b /lisp/progmodes/ebrowse.el
parentd5d12707d639261a10726fcca992ba9e538be671 (diff)
; Fix many typos in symbols in docs and comments
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r--lisp/progmodes/ebrowse.el2
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.")