]> code.delx.au - gnu-emacs/blobdiff - lisp/linum.el
Minor fix to comment indentation and typo in last commit
[gnu-emacs] / 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))