1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).

This commit is contained in:
Chong Yidong 2011-05-28 19:07:43 -04:00
parent 60e5652346
commit bfbbace74b
2 changed files with 3 additions and 1 deletions

View file

@ -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 <aker@pitt.edu> (tiny change)
* buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)

View 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