diff options
| author | Martin Rudalics | 2016-01-29 11:14:13 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2016-01-29 11:14:13 +0100 |
| commit | c32cc606df56d6dd7b394c32b2d5599f12dfd20e (patch) | |
| tree | e202eeb9c9c8be01e23e5def7b6c4622b1653bc5 /doc/lispref/frames.texi | |
| parent | d7a93efd0e512ce145ee696561054f8065fe03ab (diff) | |
| download | emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.tar.gz emacs-c32cc606df56d6dd7b394c32b2d5599f12dfd20e.zip | |
c:/emacs-git/next/ChangeLog
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 55d72427548..b98e3a5cdd1 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -714,9 +714,12 @@ Sizes}) or splitting (@pxref{Splitting Windows}) windows. | |||
| 714 | 714 | ||
| 715 | @cindex line height | 715 | @cindex line height |
| 716 | @cindex column width | 716 | @cindex column width |
| 717 | The term @dfn{line height} is sometimes used instead of ``default | 717 | @cindex canonical character height |
| 718 | character height''. Similarly, the term @dfn{column width} is used as | 718 | @cindex canonical character width |
| 719 | shorthand for ``default character width''. | 719 | The terms @dfn{line height} and @dfn{canonical character height} are |
| 720 | sometimes used instead of ``default character height''. Similarly, the | ||
| 721 | terms @dfn{column width} and @dfn{canonical character width} are used | ||
| 722 | instead of ``default character width''. | ||
| 720 | 723 | ||
| 721 | @defun frame-char-height &optional frame | 724 | @defun frame-char-height &optional frame |
| 722 | @defunx frame-char-width &optional frame | 725 | @defunx frame-char-width &optional frame |