aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 652c0d3d264..05a7d63bb3d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-05-20 Stefan Monnier <monnier@iro.umontreal.ca> 12011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
4 Also allow singlespace after single-letter capitals followed by a dot.
5
3 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is 6 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
4 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704). 7 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5 8
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 9880e2918b0..aead75668f1 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -2046,7 +2046,7 @@ If the offending word is in a piece of quoted text, then it is skipped."
2046 ;; piece of an abbreviation 2046 ;; piece of an abbreviation
2047 ;; FIXME etc 2047 ;; FIXME etc
2048 (looking-at 2048 (looking-at
2049 "\\([a-z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\.")) 2049 "\\([a-zA-Z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\."))
2050 (error t)))) 2050 (error t))))
2051 (if (checkdoc-autofix-ask-replace 2051 (if (checkdoc-autofix-ask-replace
2052 b e 2052 b e