Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76673f9c
Commit
76673f9c
authored
Oct 23, 2012
by
Stefan Monnier
Browse files
* checkdoc.el (checkdoc-comment-style-hooks): Typo.
parent
d20d69c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/checkdoc.el
+1
-1
No files found.
lisp/emacs-lisp/checkdoc.el
View file @
76673f9c
...
...
@@ -286,7 +286,7 @@ DEFUNINFO is the return value of `checkdoc-defun-info'. ENDPOINT is the
location of end of the documentation string."
)
(
define-obsolete-variable-alias
'checkdoc-comment-style-hooks
checkdoc-comment-style-functions
"24.3"
)
'
checkdoc-comment-style-functions
"24.3"
)
(
defvar
checkdoc-comment-style-functions
nil
"Hook run after the standard comment style check is completed.
Must return nil if no errors are found, or a string describing the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment