diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
commit | 537b04b96a8516693acabd5474791f5c77a770d4 (patch) | |
tree | 74411a3837610730fad60042b727c5126844a38b /lisp/emacs-lisp/checkdoc.el | |
parent | cf503f7c08c73b89485ac3d00af917875ed13b39 (diff) | |
download | emacs-537b04b96a8516693acabd5474791f5c77a770d4.tar.gz emacs-537b04b96a8516693acabd5474791f5c77a770d4.tar.bz2 emacs-537b04b96a8516693acabd5474791f5c77a770d4.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 9acad6e67cb..5e4b0dc96c6 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1388,7 +1388,7 @@ Depends on `checkdoc-this-string-valid' to reset the syntax table so that 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 @@ function called to create the messages." (provide 'checkdoc) -;; arch-tag: c49a7ec8-3bb7-46f2-bfbc-d5f26e033b26 ;;; checkdoc.el ends here |