aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-11-06 18:44:13 -0700
committerGlenn Morris2010-11-06 18:44:13 -0700
commit76fc02b654eda5dfa1e83b0b9909b097a105785d (patch)
tree74f1cb00e74ce6bd02528cee0cae5f32731446c1 /lisp/ChangeLog
parente180ab9fdeb1d60d229d8170b76008ba33321001 (diff)
downloademacs-76fc02b654eda5dfa1e83b0b9909b097a105785d.tar.gz
emacs-76fc02b654eda5dfa1e83b0b9909b097a105785d.zip
Minor checkdoc simplifications.
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Use end-of-line N. (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine): Use line-end-position.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fdecddeb38c..a1f951a6edd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12010-11-07 Glenn Morris <rgm@gnu.org> 12010-11-07 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4 Use end-of-line N.
5 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
6 Use line-end-position.
7
3 * emacs-lisp/chart.el (chart-zap-chars): 8 * emacs-lisp/chart.el (chart-zap-chars):
4 * play/decipher.el (decipher-set-map): 9 * play/decipher.el (decipher-set-map):
5 * progmodes/ada-mode.el (ada-get-current-indent) 10 * progmodes/ada-mode.el (ada-get-current-indent)