]> code.delx.au - gnu-emacs/blobdiff - lisp/newcomment.el
Speed up keyboard auto-repeat cursor motion under bidi redisplay.
[gnu-emacs] / lisp / newcomment.el
index f1243f158a57979842ef5c2f5d07299e5943c560..a1d77ccc6e0ffc2486a5eea72801da6f6ec97739 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