diff options
| author | Glenn Morris | 2014-03-02 17:00:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-03-02 17:00:27 -0800 |
| commit | 7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e (patch) | |
| tree | b264ebe761a50bca97db1861f9b7596ad3f1dce4 /doc/lispref/frames.texi | |
| parent | 62d81bd7cb144c30c25739d40e4fd3208e6987f5 (diff) | |
| download | emacs-7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e.tar.gz emacs-7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e.zip | |
Minor doc tweaks for display-*-width, height
* lisp/frame.el (display-pixel-height, display-pixel-width)
(display-mm-dimensions-alist, display-mm-height)
(display-mm-width): Doc tweaks.
* doc/lispref/frames.texi: Remove FIXME comments. The x- versions of
these functions are internal details that do not need documenting.
* etc/NEWS: Related markup.
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 403d9f6884e..439f9686733 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2421,7 +2421,6 @@ images, Emacs cannot display a tool bar. | |||
| 2421 | This function returns the number of screens associated with the display. | 2421 | This function returns the number of screens associated with the display. |
| 2422 | @end defun | 2422 | @end defun |
| 2423 | 2423 | ||
| 2424 | @c FIXME: Document `x-display-pixel-{width, height}'? | ||
| 2425 | @defun display-pixel-height &optional display | 2424 | @defun display-pixel-height &optional display |
| 2426 | This function returns the height of the screen in pixels. | 2425 | This function returns the height of the screen in pixels. |
| 2427 | On a character terminal, it gives the height in characters. | 2426 | On a character terminal, it gives the height in characters. |
| @@ -2440,7 +2439,6 @@ refers to the pixel width for all physical monitors associated with | |||
| 2440 | @var{display}. @xref{Multiple Terminals}. | 2439 | @var{display}. @xref{Multiple Terminals}. |
| 2441 | @end defun | 2440 | @end defun |
| 2442 | 2441 | ||
| 2443 | @c FIXME: Document `x-display-mm-{width, height}'? | ||
| 2444 | @defun display-mm-height &optional display | 2442 | @defun display-mm-height &optional display |
| 2445 | This function returns the height of the screen in millimeters, | 2443 | This function returns the height of the screen in millimeters, |
| 2446 | or @code{nil} if Emacs cannot get that information. | 2444 | or @code{nil} if Emacs cannot get that information. |