]> code.delx.au - gnu-emacs/commitdiff
(x-parse-geometry): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Aug 2008 01:24:31 +0000 (01:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Aug 2008 01:24:31 +0000 (01:24 +0000)
lisp/ChangeLog
lisp/term/ns-win.el

index 70004b7c68dcb45f0223c5a0f7834586d241ea83..935287d6cae74c851f33fbcb2c5689059acc3de4 100644 (file)
@@ -1,5 +1,7 @@
 2008-08-11  Glenn Morris  <rgm@gnu.org>
 
+       * 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):
index 0cd5ffc12de6d8ca2404d66d09d03efd003cb789..0951a0b63550c24ce311afa964e50b5aece58539 100644 (file)
@@ -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]+\\)\