diff lisp/emacs-lisp/checkdoc.el @ 111333:de02b794c330

Don't be so lax with spelling. * lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix. * doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 02 Nov 2010 20:49:04 -0700
parents 515d80e174ba
children 249a1455856a
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Tue Nov 02 20:40:54 2010 -0700
+++ b/lisp/emacs-lisp/checkdoc.el	Tue Nov 02 20:49:04 2010 -0700
@@ -1388,7 +1388,7 @@
 regexp short cuts work.  FP is the function defun information."
   (let ((case-fold-search nil)
 	;; Use a marker so if an early check modifies the text,
-	;; we won't accidentally loose our place.  This could cause
+	;; we won't accidentally lose our place.  This could cause
 	;; end-of doc string whitespace to also delete the " char.
 	(s (point))
 	(e (if (looking-at "\"")
@@ -2676,5 +2676,4 @@
 
 (provide 'checkdoc)
 
-;; arch-tag: c49a7ec8-3bb7-46f2-bfbc-d5f26e033b26
 ;;; checkdoc.el ends here