* url-util.el (url-truncate-url-for-viewing): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Jan 2009 01:53:45 +0000 (01:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Jan 2009 01:53:45 +0000 (01:53 +0000)
lisp/url/ChangeLog
lisp/url/url-util.el

index 04483a8..a40e583 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ed47781..6218a5c 100644 (file)
@@ -387,7 +387,7 @@ of the file with the extension stripped off."
 
 ;;;###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))