branch: externals/shell-command+ commit 2f1695757e830d3a353427a5d166e371b1b16d1a Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Fix checkdoc complaint in shell-command+ group definition --- shell-command+.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-command+.el b/shell-command+.el index 0dd6b5d..26a5ff4 100644 --- a/shell-command+.el +++ b/shell-command+.el @@ -67,7 +67,7 @@ ;;; Code: (defgroup shell-command+ nil - "An extended `shell-command'" + "An extended `shell-command'." :group 'external :prefix "shell-command+-")