Skip to content

Commit ab769ed

Browse files
committed
Fix check-docs warnings.
1 parent 5e30c9f commit ab769ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grip-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
(if grip-mode
102102
(if grip-mode-binary-path
103103
(grip-mode-start-grip-process)
104-
(user-error "You need to have `grip' installed in PATH environment."))
104+
(user-error "You need to have `grip' installed in PATH environment"))
105105
(grip-mode-kill-grip-process)))
106106

107107
(provide 'grip-mode)

0 commit comments

Comments
 (0)