* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 28 May 2011 23:07:43 +0000 (19:07 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 28 May 2011 23:07:43 +0000 (19:07 -0400)
lisp/ChangeLog
lisp/newcomment.el

index cf4297a..af88e1c 100644 (file)
@@ -15,6 +15,8 @@
        * files.el (auto-mode-alist): Move config rule after the
        in-stripping one (Bug#8547).
 
+       * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
+
 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
 
        * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
index f1243f1..a1d77cc 100644 (file)
@@ -118,7 +118,7 @@ at the place matched by the close of the first pair.")
 
 ;;;###autoload
 (defvar comment-end-skip nil
-  "Regexp to match the end of a comment plus everything up to its body.")
+  "Regexp to match the end of a comment plus everything back to its body.")
 ;;;###autoload(put 'comment-end-skip 'safe-local-variable 'string-or-null-p)
 
 ;;;###autoload