summaryrefslogtreecommitdiff
path: root/lisp/ruler-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:49:17 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-14 03:49:17 +0000
commit1bb60c137e4f3552a29ff82bdee45b5e8bb49c65 (patch)
tree5a3bddf3f37472af9468bb74c1a1e46a8a318ebe /lisp/ruler-mode.el
parentf0b43df7a5e9683f5d413fb266a02f389ec5d58e (diff)
downloademacs-1bb60c137e4f3552a29ff82bdee45b5e8bb49c65.tar.gz
(ruler-mode-ruler): Fix typo in docstring.
Diffstat (limited to 'lisp/ruler-mode.el')
-rw-r--r--lisp/ruler-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index 10d05da886e..b2c48349a05 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -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))