diff options
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 0951a0b6355..1b798de1f49 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -159,7 +159,7 @@ The return value is ARGS minus the number of arguments processed." | |||
| 159 | (setq args (cons orig-this-switch args))))) | 159 | (setq args (cons orig-this-switch args))))) |
| 160 | (nreverse args)) | 160 | (nreverse args)) |
| 161 | 161 | ||
| 162 | (defun x-parse-geometry (geom) | 162 | (defun ns-parse-geometry (geom) |
| 163 | "Parse a Nextstep-style geometry string GEOM. | 163 | "Parse a Nextstep-style geometry string GEOM. |
| 164 | Returns an alist of the form ((top . TOP), (left . LEFT) ... ). | 164 | Returns an alist of the form ((top . TOP), (left . LEFT) ... ). |
| 165 | The properties returned may include `top', `left', `height', and `width'." | 165 | The properties returned may include `top', `left', `height', and `width'." |