aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
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.")
118 118
119;;;###autoload 119;;;###autoload
120(defvar comment-end-skip nil 120(defvar comment-end-skip nil
121 "Regexp to match the end of a comment plus everything up to its body.") 121 "Regexp to match the end of a comment plus everything back to its body.")
122;;;###autoload(put 'comment-end-skip 'safe-local-variable 'string-or-null-p) 122;;;###autoload(put 'comment-end-skip 'safe-local-variable 'string-or-null-p)
123 123
124;;;###autoload 124;;;###autoload