From: Glenn Morris Date: Mon, 11 Aug 2008 01:24:31 +0000 (+0000) Subject: (x-parse-geometry): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~3530 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba0c843d85d5316754ff60849e9a7f852774b679;p=emacs.git (x-parse-geometry): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70004b7c68d..935287d6cae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-08-11 Glenn Morris + * term/ns-win.el (x-parse-geometry): Doc fix. + * dired.el (x-popup-menu): * hi-lock.el (x-popup-menu): * 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." (nreverse args)) (defun x-parse-geometry (geom) - "Parse a Nextstep-style geometry string STRING. + "Parse a Nextstep-style geometry string GEOM. Returns an alist of the form ((top . TOP), (left . LEFT) ... ). The properties returned may include `top', `left', `height', and `width'." (when (string-match "\\([0-9]+\\)\\( \\([0-9]+\\)\\( \\([0-9]+\\)\