From c8cf7d92b8039cdd0bd525c258ab42f49a0f91cf Mon Sep 17 00:00:00 2001 From: Jack Morrison Date: Fri, 4 Jul 2014 13:11:49 -0400 Subject: [PATCH] Fix linter warning. --- cuda-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cuda-mode.el b/cuda-mode.el index 616e498..197b064 100644 --- a/cuda-mode.el +++ b/cuda-mode.el @@ -154,8 +154,9 @@ Each list item should be a regexp matching a single identifier." ;;;###autoload (defun cuda-mode () - "Major mode for editing CUDA Cuda is a C like language extension -for mixed native/GPU coding created by NVIDIA + "Major mode for editing CUDA. +Cuda is a C like language extension for mixed native/GPU coding +created by NVIDIA The hook `c-mode-common-hook' is run with no args at mode initialization, then `cuda-mode-hook'.