erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Fix a few minor whitespace issues and a f


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fix a few minor whitespace issues and a forgotten fix to the manual
Date: Sun, 14 Oct 2007 00:49:16 -0400

commit c44f53d4e76fee799a0acc55a95376bcd379f207
Author: Michael W. Olson <address@hidden>
Date:   Sat Sep 8 00:03:55 2007 -0400

    Fix a few minor whitespace issues and a forgotten fix to the manual
    
    * erc.el (erc-setup-buffer): Minor indentation fix to match Emacs trunk.
    
    * erc.texi (Top): Remove one space to match Emacs trunk.
      (Modules): Fix completion and hecomplete entries, which somehow never
      got back upstream.

diff --git a/ChangeLog b/ChangeLog
index 1a495f0..c3abd83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -237,6 +237,10 @@
        * erc-button.el (erc-button-url-regexp): Recognize parentheses as
        part of URLs.  Thanks to Lawrence Mitchell for the fix.
 
+2007-05-26  Michael Olson  <address@hidden>
+
+       * erc.texi (Modules): Fix references to completion modules.
+
 2007-05-21  Michael Olson  <address@hidden>
 
        * Makefile (SOURCE): Remove erc-pkg.el.
diff --git a/erc.el b/erc.el
index 222a1e2..d8459dc 100644
--- a/erc.el
+++ b/erc.el
@@ -1908,7 +1908,7 @@ removed from the list will be disabled."
                                  default-frame-alist)))
         (switch-to-buffer buffer)
         (when erc-frame-dedicated-flag
-            (set-window-dedicated-p (selected-window) t))))
+          (set-window-dedicated-p (selected-window) t))))
        (t
         (if (active-minibuffer-window)
             (display-buffer buffer)
diff --git a/erc.texi b/erc.texi
index a803ff1..405082e 100644
--- a/erc.texi
+++ b/erc.texi
@@ -65,7 +65,7 @@ and modified without restriction.
                                   permission to redistribute ERC on
                                   certain terms; it also explains that
                                   there is no warranty.
-* GNU Free Documentation License::  The license for this documentation.
+* GNU Free Documentation License:: The license for this documentation.
 * Concept Index::               Search for terms.
 
 @detailmenu
@@ -561,7 +561,8 @@ Buttonize URLs, nicknames, and other text
 Mark unidentified users on freenode and other servers supporting CAPAB.
 
 @cindex modules, completion
address@hidden pcomplete
address@hidden modules, pcomplete
address@hidden completion (aka pcomplete)
 Complete nicknames and commands (programmable)
 
 @cindex modules, fill
@@ -569,7 +570,7 @@ Complete nicknames and commands (programmable)
 Wrap long lines
 
 @cindex modules, hecomplete
address@hidden completion
address@hidden hecomplete
 Complete nicknames and commands (old).  This is the old module---you
 might prefer the ``completion'' module instead.
 




reply via email to

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