mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 09:43:26 -08:00
(display-mm-height, display-mm-width): Fix typos in docstrings.
This commit is contained in:
parent
d2bde04f6a
commit
d7cd2d8b4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue