aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-05-28 19:07:43 -0400
committerChong Yidong2011-05-28 19:07:43 -0400
commitbfbbace74b11a375dbbec5ff2f64651fa73ba705 (patch)
tree5239a1b21987ddf135908f017707b3793177d3c2
parent60e565234624f6c38920d233fafabd05c69eddfe (diff)
downloademacs-bfbbace74b11a375dbbec5ff2f64651fa73ba705.tar.gz
emacs-bfbbace74b11a375dbbec5ff2f64651fa73ba705.zip
* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/newcomment.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf4297a9f99..af88e1cbf83 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,6 +15,8 @@
15 * files.el (auto-mode-alist): Move config rule after the 15 * files.el (auto-mode-alist): Move config rule after the
16 in-stripping one (Bug#8547). 16 in-stripping one (Bug#8547).
17 17
18 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19
182011-05-28 Alp Aker <aker@pitt.edu> (tiny change) 202011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19 21
20 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort) 22 * 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.")
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