diff --git a/lisp/progmodes/etags-regen.el b/lisp/progmodes/etags-regen.el index b6adca8af7a..3d3ddc0521f 100644 --- a/lisp/progmodes/etags-regen.el +++ b/lisp/progmodes/etags-regen.el @@ -348,7 +348,7 @@ File extensions to generate the tags for." (defun etags-regen--build-program-options (ctags-p) (when (and etags-regen-regexp-alist ctags-p) - (user-error "etags-regen-regexp-alist is not supported with Ctags")) + (user-error "etags-regen-regexp-alist not supported with Ctags; to use this option, customize `etags-regen-program'")) (nconc (mapcan (lambda (group)