]> git.eshelyaron.com Git - emacs.git/commitdiff
(display-mm-height, display-mm-width): Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Jan 2008 16:17:19 +0000 (16:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Jan 2008 16:17:19 +0000 (16:17 +0000)
lisp/frame.el

index 56f7cbbe93785364a5299e1645eb51633aa477d0..6b3ced3f986e32498b167066b4352abf3bbcf076 100644 (file)
@@ -1099,7 +1099,7 @@ displays not explicitely specified."
 
 (defun display-mm-height (&optional display)
   "Return the height of DISPLAY's screen in millimeters.
-System values can be overriden by `display-mm-dimensions-alist'.
+System values can be overridden by `display-mm-dimensions-alist'.
 If the information is unavailable, value is nil."
   (and (memq (framep-on-display display) '(x w32 mac))
        (or (cddr (assoc (or display (frame-parameter nil 'display))
@@ -1109,7 +1109,7 @@ If the information is unavailable, value is nil."
 
 (defun display-mm-width (&optional display)
   "Return the width of DISPLAY's screen in millimeters.
-System values can be overriden by `display-mm-dimensions-alist'.
+System values can be overridden by `display-mm-dimensions-alist'.
 If the information is unavailable, value is nil."
   (and (memq (framep-on-display display) '(x w32 mac))
        (or (cadr (assoc (or display (frame-parameter nil 'display))