# HG changeset patch # User Juanma Barranquero # Date 1231811625 0 # Node ID b375012e7a7aa073e053c39797320df1253f02d4 # Parent 1aa3bea5e30fe4728da02ffb78e53dc2eca84909 * url-util.el (url-truncate-url-for-viewing): Doc fix. diff -r 1aa3bea5e30f -r b375012e7a7a lisp/url/ChangeLog --- a/lisp/url/ChangeLog Mon Jan 12 20:44:40 2009 +0000 +++ b/lisp/url/ChangeLog Tue Jan 13 01:53:45 2009 +0000 @@ -1,3 +1,7 @@ +2009-01-13 Juanma Barranquero + + * url-util.el (url-truncate-url-for-viewing): Doc fix. + 2009-01-09 Glenn Morris * url-cid.el (url-cid-gnus): Fix typo in header name. diff -r 1aa3bea5e30f -r b375012e7a7a lisp/url/url-util.el --- a/lisp/url/url-util.el Mon Jan 12 20:44:40 2009 +0000 +++ b/lisp/url/url-util.el Tue Jan 13 01:53:45 2009 +0000 @@ -387,7 +387,7 @@ ;;;###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))