diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-25 06:54:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 06:54:18 -0700 |
commit | 693d88402f52747c720a9d173b9b579c4caa906e (patch) | |
tree | 7a658c047b04aa9fa79c7cb9839e85b588ab8689 /emacs | |
parent | settings: simplify server / exec-path-from-shell (diff) | |
download | emacs.d-693d88402f52747c720a9d173b9b579c4caa906e.tar.gz |
git-extra: fix docstring
Diffstat (limited to '')
-rw-r--r-- | emacs/elisp/my-git-extra.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/elisp/my-git-extra.el b/emacs/elisp/my-git-extra.el index 862286a..0b6420b 100644 --- a/emacs/elisp/my-git-extra.el +++ b/emacs/elisp/my-git-extra.el @@ -1,4 +1,4 @@ -;;; my-git-extra.el --- Extra functions to work with gitattributes +;;; my-git-extra.el --- Extra functions to work with git ;;; Commentary: ;;; Code: |