changeset 101145:b375012e7a7a

* url-util.el (url-truncate-url-for-viewing): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 13 Jan 2009 01:53:45 +0000
parents 1aa3bea5e30f
children 04d0b710c360
files lisp/url/ChangeLog lisp/url/url-util.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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))