diff options
| author | Glenn Morris | 2008-08-11 01:24:31 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-11 01:24:31 +0000 |
| commit | ba0c843d85d5316754ff60849e9a7f852774b679 (patch) | |
| tree | 5332588844a95cd762e0f96fcef2f314fadd431e | |
| parent | f2d9c15f597ab17a78244c4e019d708d5290ac19 (diff) | |
| download | emacs-ba0c843d85d5316754ff60849e9a7f852774b679.tar.gz emacs-ba0c843d85d5316754ff60849e9a7f852774b679.zip | |
(x-parse-geometry): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70004b7c68d..935287d6cae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-08-11 Glenn Morris <rgm@gnu.org> | 1 | 2008-08-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * term/ns-win.el (x-parse-geometry): Doc fix. | ||
| 4 | |||
| 3 | * dired.el (x-popup-menu): | 5 | * dired.el (x-popup-menu): |
| 4 | * hi-lock.el (x-popup-menu): | 6 | * hi-lock.el (x-popup-menu): |
| 5 | * mouse.el (font-face-attributes): | 7 | * mouse.el (font-face-attributes): |
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 0cd5ffc12de..0951a0b6355 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -160,7 +160,7 @@ The return value is ARGS minus the number of arguments processed." | |||
| 160 | (nreverse args)) | 160 | (nreverse args)) |
| 161 | 161 | ||
| 162 | (defun x-parse-geometry (geom) | 162 | (defun x-parse-geometry (geom) |
| 163 | "Parse a Nextstep-style geometry string STRING. | 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'." |
| 166 | (when (string-match "\\([0-9]+\\)\\( \\([0-9]+\\)\\( \\([0-9]+\\)\ | 166 | (when (string-match "\\([0-9]+\\)\\( \\([0-9]+\\)\\( \\([0-9]+\\)\ |