summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-05-28 19:07:43 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-05-28 19:07:43 -0400
commitbfbbace74b11a375dbbec5ff2f64651fa73ba705 (patch)
tree5239a1b21987ddf135908f017707b3793177d3c2 /lisp/newcomment.el
parent60e565234624f6c38920d233fafabd05c69eddfe (diff)
downloademacs-bfbbace74b11a375dbbec5ff2f64651fa73ba705.tar.gz
* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el2
1 files changed, 1 insertions, 1 deletions
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