From bfbbace74b11a375dbbec5ff2f64651fa73ba705 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 May 2011 19:07:43 -0400 Subject: [PATCH] * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659). --- lisp/ChangeLog | 2 ++ lisp/newcomment.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf4297a9f9..af88e1cbf8 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 f1243f158a..a1d77ccc6e 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 -- 2.20.1