diff options
| author | Paul Eggert | 2014-11-16 22:26:17 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-16 22:27:36 -0800 |
| commit | 1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe (patch) | |
| tree | a5082b3b9eef087f521154f17becbb810ebf1017 /src | |
| parent | 0921dbc3ab4dcc6b291ef45e46a24b322bbcb885 (diff) | |
| download | emacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.tar.gz emacs-1c7b6b3e0a8e6fe5c8a476b2c45c4b61c609bdfe.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 | ||||
| -rw-r--r-- | src/xfns.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 502154d4473..1b290b7919a 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7434,7 +7434,7 @@ title bar and decorations. */) | |||
| 7434 | } | 7434 | } |
| 7435 | 7435 | ||
| 7436 | DEFUN ("x-frame-geometry", Fx_frame_geometry, Sx_frame_geometry, 0, 1, 0, | 7436 | DEFUN ("x-frame-geometry", Fx_frame_geometry, Sx_frame_geometry, 0, 1, 0, |
| 7437 | doc: /* Return geometric atributes of frame FRAME. | 7437 | doc: /* Return geometric attributes of frame FRAME. |
| 7438 | FRAME must be a live frame and defaults to the selected one. | 7438 | FRAME must be a live frame and defaults to the selected one. |
| 7439 | 7439 | ||
| 7440 | The return value is an association list containing the following | 7440 | The return value is an association list containing the following |
diff --git a/src/xfns.c b/src/xfns.c index 3ca8f20dd72..aaa75f285fd 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4235,7 +4235,7 @@ Internal use only, use `display-monitor-attributes-list' instead. */) | |||
| 4235 | } | 4235 | } |
| 4236 | 4236 | ||
| 4237 | DEFUN ("x-frame-geometry", Fx_frame_geometry, Sx_frame_geometry, 0, 1, 0, | 4237 | DEFUN ("x-frame-geometry", Fx_frame_geometry, Sx_frame_geometry, 0, 1, 0, |
| 4238 | doc: /* Return geometric atributes of frame FRAME. | 4238 | doc: /* Return geometric attributes of frame FRAME. |
| 4239 | 4239 | ||
| 4240 | FRAME must be a live frame and defaults to the selected one. | 4240 | FRAME must be a live frame and defaults to the selected one. |
| 4241 | 4241 | ||