aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-08-11 01:24:31 +0000
committerGlenn Morris2008-08-11 01:24:31 +0000
commitba0c843d85d5316754ff60849e9a7f852774b679 (patch)
tree5332588844a95cd762e0f96fcef2f314fadd431e
parentf2d9c15f597ab17a78244c4e019d708d5290ac19 (diff)
downloademacs-ba0c843d85d5316754ff60849e9a7f852774b679.tar.gz
emacs-ba0c843d85d5316754ff60849e9a7f852774b679.zip
(x-parse-geometry): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/term/ns-win.el2
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 @@
12008-08-11 Glenn Morris <rgm@gnu.org> 12008-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.
164Returns an alist of the form ((top . TOP), (left . LEFT) ... ). 164Returns an alist of the form ((top . TOP), (left . LEFT) ... ).
165The properties returned may include `top', `left', `height', and `width'." 165The 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]+\\)\