+2009-01-13 Juanma Barranquero <lekktu@gmail.com>
+
+ * url-util.el (url-truncate-url-for-viewing): Doc fix.
+
2009-01-09 Glenn Morris <rgm@gnu.org>
* url-cid.el (url-cid-gnus): Fix typo in header name.
;;;###autoload
(defun url-truncate-url-for-viewing (url &optional width)
- "Return a shortened version of URL that is WIDTH characters or less wide.
+ "Return a shortened version of URL that is WIDTH characters wide or less.
WIDTH defaults to the current frame width."
(let* ((fr-width (or width (frame-width)))
(str-width (length url))