diff lisp/vc-bzr.el @ 107175:6e6072f0c0a2

2010-02-17 Mark A. Hershberger <mah@everybody.org> * vc-bzr.el: fix typo in Known Bugs section. * isearch.el (isearch-update-post-hook): New hook (isearch-update): Use the new hook.
author Mark A. Hershberger <mah@everybody.org>
date Wed, 17 Feb 2010 16:39:21 -0500
parents 6692a4cd2966
children b73242777fb9 1b1048318854
line wrap: on
line diff
--- a/lisp/vc-bzr.el	Wed Feb 17 15:52:12 2010 +0900
+++ b/lisp/vc-bzr.el	Wed Feb 17 16:39:21 2010 -0500
@@ -35,7 +35,7 @@
 ;; Known bugs
 ;; ==========
 
-;; When edititing a symlink and *both* the symlink and its target
+;; When editing a symlink and *both* the symlink and its target
 ;; are bzr-versioned, `vc-bzr` presently runs `bzr status` on the
 ;; symlink, thereby not detecting whether the actual contents
 ;; (that is, the target contents) are changed.