]> git.eshelyaron.com Git - emacs.git/commitdiff
(highlight-changes-visibility-initial-state, hilit-chg-update,
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 3 Apr 2008 23:51:39 +0000 (23:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 3 Apr 2008 23:51:39 +0000 (23:51 +0000)
highlight-changes-mode-turn-on): Fix typos in docstrings.

lisp/ChangeLog
lisp/hilit-chg.el

index e7f07378b032c3a9a293f0f8a921a1a9ad57ba15..5b120ff7c55ee6936cfadf0d03c3f552066e4d7c 100644 (file)
@@ -1,3 +1,9 @@
+2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hilit-chg.el (highlight-changes-visibility-initial-state)
+       (hilit-chg-update, highlight-changes-mode-turn-on):
+       Fix typos in docstrings.
+
 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
 
        * newcomment.el (comment-enter-backward): Be careful to restore
index b7ad52d26a0265db0b21d4ed348d917fa231fe76..c09a73425cbf832b90c572f3a5dfb798865d30cc 100644 (file)
@@ -247,11 +247,11 @@ colors then use this, if you want fancier faces then set
   'highlight-changes-visibility-initial-state)
 
 (defcustom highlight-changes-visibility-initial-state t
-  "Controls whether changes are initially be visible in Highlight Changes mode.
+  "Controls whether changes are initially visible in Highlight Changes mode.
 
-This controls the initial value of highlght-changes-visibile-mode.
+This controls the initial value of `highlight-changes-visible-mode'.
 When a buffer is in Highlight Changes mode the function
-highlght-changes-visibile-mode is used to toggle the mode on or off."
+`highlight-changes-visible-mode' is used to toggle the mode on or off."
   :type 'boolean
   :group 'highlight-changes)
 
@@ -467,7 +467,7 @@ Otherwise, this list will be constructed when needed from
   :group 'highlight-changes)
 
 
-(defun hilit-chg-map-changes  (func &optional start-position end-position)
+(defun hilit-chg-map-changes (func &optional start-position end-position)
   "Call function FUNC for each region used by Highlight Changes mode.
 If START-POSITION is nil, (point-min) is used.
 If END-POSITION is nil, (point-max) is used.
@@ -618,7 +618,7 @@ This allows you to manually remove highlighting from uninteresting changes."
               (hilit-chg-make-ov type beg end)))))))
 
 (defun hilit-chg-update ()
-  "Update a buffer's highlight changes when visibiility changed."
+  "Update a buffer's highlight changes when visibility changed."
   (if highlight-changes-visible-mode
       ;; changes are visible
       (progn
@@ -1006,8 +1006,8 @@ changes are made, so \\[highlight-changes-next-change] and
   'global-highlight-changes-mode "22.1")
 
 (defun highlight-changes-mode-turn-on ()
-  "See if highlight-changes-mode should be turned on for this buffer.
-This is called when global-highlight-changes-mode is turned on."
+  "See if Highlight Changes mode should be turned on for this buffer.
+This is called when `global-highlight-changes-mode' is turned on."
   (or highlight-changes-mode                   ; do nothing if already on
       (if
          (cond