]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix to comment indentation and typo in last commit
authorJoão Távora <joaotavora@gmail.com>
Tue, 17 Nov 2015 22:28:50 +0000 (22:28 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 17 Nov 2015 22:28:50 +0000 (22:28 +0000)
* linum.el (linum-update-window): Fix comment indentation and a
typo.

lisp/linum.el

index 82c192e94c07413fddbf5d34591af7ec85377720..4e0bc56877a72231a949fc97c40c5cd8e9973748 100644 (file)
@@ -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 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))