emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/aptel/dynamic-modules-rc5 35c5205 10/20: Minor fix


From: Teodor Zlatanov
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc5 35c5205 10/20: Minor fix to comment indentation and typo in last commit
Date: Wed, 18 Nov 2015 19:17:02 +0000

branch: feature/aptel/dynamic-modules-rc5
commit 35c520561cca83c3112356503a81e46067acd9de
Author: João Távora <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    Minor fix to comment indentation and typo in last commit
    
    * linum.el (linum-update-window): Fix comment indentation and a
    typo.
---
 lisp/linum.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/linum.el b/lisp/linum.el
index 82c192e..4e0bc56 100644
--- a/lisp/linum.el
+++ b/lisp/linum.el
@@ -201,8 +201,8 @@ Linum mode is a buffer-local minor mode."
       (setq width (ceiling
                    (/ (* width 1.0 (linum--face-width 'linum))
                       (frame-char-width)))))
-        ;; open up space in the left margin, if needed, and record that
-    ;; fact as a the window-parameter `linum--set-margins'
+    ;; open up space in the left margin, if needed, and record that
+    ;; fact as the window-parameter `linum--set-margins'
     (let ((existing-margins (window-margins win)))
       (when (> width (or (car existing-margins) 0))
         (set-window-margins win width (cdr existing-margins))



reply via email to

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