aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-14 03:49:17 +0000
committerJuanma Barranquero2007-01-14 03:49:17 +0000
commit1bb60c137e4f3552a29ff82bdee45b5e8bb49c65 (patch)
tree5a3bddf3f37472af9468bb74c1a1e46a8a318ebe
parentf0b43df7a5e9683f5d413fb266a02f389ec5d58e (diff)
downloademacs-1bb60c137e4f3552a29ff82bdee45b5e8bb49c65.tar.gz
emacs-1bb60c137e4f3552a29ff82bdee45b5e8bb49c65.zip
(ruler-mode-ruler): Fix typo in docstring.
-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 @@
1;;; ruler-mode.el --- display a ruler in the header line 1;;; ruler-mode.el --- display a ruler in the header line
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
4;; 2006 Free Software Foundation, Inc. 4;; 2007 Free Software Foundation, Inc.
5 5
6;; Author: David Ponce <david@dponce.com> 6;; Author: David Ponce <david@dponce.com>
7;; Maintainer: David Ponce <david@dponce.com> 7;; Maintainer: David Ponce <david@dponce.com>
@@ -631,7 +631,7 @@ Optional argument PROPS specifies other text properties to apply."
631 (apply 'propertize " " 'display (list 'space :width width) props)) 631 (apply 'propertize " " 'display (list 'space :width width) props))
632 632
633(defun ruler-mode-ruler () 633(defun ruler-mode-ruler ()
634 "Compute and return an header line ruler." 634 "Compute and return a header line ruler."
635 (let* ((w (window-width)) 635 (let* ((w (window-width))
636 (m (window-margins)) 636 (m (window-margins))
637 (f (window-fringes)) 637 (f (window-fringes))