branch: externals/gtags-mode
commit d9893f4932d984f31ad77ea30ed9a0db9f617eb8
Author: Jimmy Aguilar Mena <kratsbinov...@gmail.com>
Commit: Jimmy Aguilar Mena <kratsbinov...@gmail.com>

    Small update version and comment
---
 gtags-mode.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gtags-mode.el b/gtags-mode.el
index 4ee9971e70..0c253f173f 100644
--- a/gtags-mode.el
+++ b/gtags-mode.el
@@ -1,11 +1,11 @@
 ;;; gtags-mode.el --- GNU Global integration with xref, project and imenu. -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2022  Free Software Foundation, Inc.
+;; Copyright (C) 2022-2025  Free Software Foundation, Inc.
 
 ;; Author: Jimmy Aguilar Mena
 ;; URL: https://github.com/Ergus/gtags-mode
 ;; Keywords: xref, project, imenu, gtags, global
-;; Version: 1.8.2
+;; Version: 1.8.3
 ;; Package-Requires: ((emacs "28"))
 
 ;; This program is free software: you can redistribute it and/or modify
@@ -63,7 +63,9 @@
   :local t)
 
 (defcustom gtags-mode-update-args ""
-  "Extra arguments to use when updating the database."
+  "Extra arguments to use when updating the database.
+For example to use universal-ctags you can set this to:
+\"--gtagsconf=/usr/share/gtags/gtags.conf --gtagslabel=universal-ctags\""
   :type 'string
   :local t)
 

Reply via email to