summaryrefslogtreecommitdiff
path: root/lisp/linum.el
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2015-11-17 22:28:50 +0000
committerJoão Távora <joaotavora@gmail.com>2015-11-17 22:28:50 +0000
commitc6457cef92342d586d894504fdefc1bec1367725 (patch)
tree1994003a7a63422ae5ba88fc4641bfa516d42da7 /lisp/linum.el
parentb92307f6708f9abff0b2ac242fe4b668232a9153 (diff)
downloademacs-c6457cef92342d586d894504fdefc1bec1367725.tar.gz
Minor fix to comment indentation and typo in last commit
* linum.el (linum-update-window): Fix comment indentation and a typo.
Diffstat (limited to 'lisp/linum.el')
-rw-r--r--lisp/linum.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/linum.el b/lisp/linum.el
index 82c192e94c0..4e0bc56877a 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))