(ruler-mode-ruler): Fix typo in docstring.
This commit is contained in:
parent
f0b43df7a5
commit
1bb60c137e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; ruler-mode.el --- display a ruler in the header line
|
||||
|
||||
;; Copyright (C) 2001, 2002, 2003, 2004, 2005,
|
||||
;; 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
;; 2007 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: David Ponce <david@dponce.com>
|
||||
;; Maintainer: David Ponce <david@dponce.com>
|
||||
|
@ -631,7 +631,7 @@ Optional argument PROPS specifies other text properties to apply."
|
|||
(apply 'propertize " " 'display (list 'space :width width) props))
|
||||
|
||||
(defun ruler-mode-ruler ()
|
||||
"Compute and return an header line ruler."
|
||||
"Compute and return a header line ruler."
|
||||
(let* ((w (window-width))
|
||||
(m (window-margins))
|
||||
(f (window-fringes))
|
||||
|
|
Loading…
Add table
Reference in a new issue