From: Chong Yidong Date: Sat, 28 May 2011 23:07:43 +0000 (-0400) Subject: * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659). X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfbbace74b11a375dbbec5ff2f64651fa73ba705;p=emacs.git * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf4297a9f99..af88e1cbf83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 (tiny change) * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort) diff --git a/lisp/newcomment.el b/lisp/newcomment.el index f1243f158a5..a1d77ccc6e0 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -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