emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hilit-chg.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/hilit-chg.el,v
Date: Thu, 03 Apr 2008 23:50:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/03 23:50:37

Index: hilit-chg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/hilit-chg.el,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- hilit-chg.el        3 Apr 2008 22:03:00 -0000       1.48
+++ hilit-chg.el        3 Apr 2008 23:50:37 -0000       1.49
@@ -247,11 +247,11 @@
   '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)
 
@@ -618,7 +618,7 @@
               (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 @@
   '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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]