diff options
-rw-r--r-- | lisp/progmodes/etags-regen.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/etags-regen.el b/lisp/progmodes/etags-regen.el index 02d666ceff7..dc778b14061 100644 --- a/lisp/progmodes/etags-regen.el +++ b/lisp/progmodes/etags-regen.el @@ -1,6 +1,6 @@ ;;; etags-regen.el --- Auto-(re)regenerating tags -*- lexical-binding: t -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2024 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dmitry@gutov.dev> ;; Keywords: tools @@ -52,7 +52,7 @@ (declare-function project-files "project") (declare-function dired-glob-regexp "dired") -(defcustom etags-regen-program (executable-find "etags") +(defcustom etags-regen-program etags-program-name "Name of the etags program used by `etags-regen-mode'. If you only have `ctags' installed, you can also set this to |