emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/erc/erc-log.el, v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-log.el, v [EMACS_22_BASE]
Date: Thu, 15 Nov 2007 18:39:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      07/11/15 18:39:04

Index: erc-log.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/erc/erc-log.el,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -b -r1.8.2.2 -r1.8.2.3
--- erc-log.el  8 Aug 2007 07:17:27 -0000       1.8.2.2
+++ erc-log.el  15 Nov 2007 18:39:04 -0000      1.8.2.3
@@ -195,7 +195,7 @@
 
 Since automatic logging is not always a Good Thing (especially if
 people say things in different coding systems), you can turn logging
-behaviour on and off with the variable `erc-enable-logging', which can
+behavior on and off with the variable `erc-enable-logging', which can
 also be a predicate function. To only log when you are not set away, use:
 
 \(setq erc-enable-logging
@@ -385,7 +385,7 @@
        (with-current-buffer buffer
          (save-restriction
            (widen)
-           ;; early on in the initalisation, don't try and write the log out
+           ;; early on in the initialization, don't try and write the log out
            (when (and (markerp erc-last-saved-position)
                       (> erc-insert-marker (1+ erc-last-saved-position)))
              (write-region (1+ (marker-position erc-last-saved-position))




reply via email to

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