Fix linter warning.
This commit is contained in:
parent
29d58f0adb
commit
c8cf7d92b8
@ -154,8 +154,9 @@ Each list item should be a regexp matching a single identifier."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun cuda-mode ()
|
(defun cuda-mode ()
|
||||||
"Major mode for editing CUDA Cuda is a C like language extension
|
"Major mode for editing CUDA.
|
||||||
for mixed native/GPU coding created by NVIDIA
|
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
|
The hook `c-mode-common-hook' is run with no args at mode
|
||||||
initialization, then `cuda-mode-hook'.
|
initialization, then `cuda-mode-hook'.
|
||||||
|
Loading…
Reference in New Issue
Block a user