emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110635: * checkdoc.el (checkdoc-comm


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110635: * checkdoc.el (checkdoc-comment-style-hooks): Typo.
Date: Tue, 23 Oct 2012 13:09:22 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110635
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-23 13:09:22 -0400
message:
  * checkdoc.el (checkdoc-comment-style-hooks): Typo.
modified:
  lisp/emacs-lisp/checkdoc.el
=== modified file 'lisp/emacs-lisp/checkdoc.el'
--- a/lisp/emacs-lisp/checkdoc.el       2012-10-23 15:06:07 +0000
+++ b/lisp/emacs-lisp/checkdoc.el       2012-10-23 17:09:22 +0000
@@ -286,7 +286,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]