Skip to content

Commit

Permalink
Merge pull request #130 from jacekmigacz/missing-period
Browse files Browse the repository at this point in the history
Added missing period to defgroup DOC string.
  • Loading branch information
syohex committed Nov 5, 2015
2 parents defd4ae + 5d85541 commit f81cb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-gtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
(declare-function cygwin-convert-file-name-to-windows "cygw32.c")

(defgroup helm-gtags nil
"GNU GLOBAL for helm"
"GNU GLOBAL for helm."
:group 'helm)

(defcustom helm-gtags-path-style 'root
Expand Down

0 comments on commit f81cb7a

Please sign in to comment.