[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104415: * lisp/newcomment.el (commen
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104415: * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659). |
Date: |
Sat, 28 May 2011 19:07:43 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104415
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-28 19:07:43 -0400
message:
* lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).
modified:
lisp/ChangeLog
lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-05-28 22:56:14 +0000
+++ b/lisp/ChangeLog 2011-05-28 23:07:43 +0000
@@ -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 <address@hidden> (tiny change)
* buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el 2011-05-11 16:37:03 +0000
+++ b/lisp/newcomment.el 2011-05-28 23:07:43 +0000
@@ -118,7 +118,7 @@
;;;###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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104415: * lisp/newcomment.el (comment-end-skip): Doc fix (Bug#8659).,
Chong Yidong <=