aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/url-util.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-09-10 18:58:42 -0700
committerGlenn Morris <[email protected]>2010-09-10 18:58:42 -0700
commita5cda60e9a224d57390a2a4fc975f47278d60b42 (patch)
treed16bfc6aa536ab02855b1cdc550042a43001adeb /lisp/url/url-util.el
parenta9ec34f4c483f5d501c2f6db16e3423b22385cc9 (diff)
lisp/url tiny fixes.
* url-cache.el, url-gw.el, url-history.el, url-irc.el, url-util.el: * url-vars.el: Remove leading `*' from defcustom docs.
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r--lisp/url/url-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el
index e92ccc7628..8beffe60a7 100644
--- a/lisp/url/url-util.el
+++ b/lisp/url/url-util.el
@@ -43,7 +43,7 @@
;;;###autoload
(defcustom url-debug nil
- "*What types of debug messages from the URL library to show.
+ "What types of debug messages from the URL library to show.
Debug messages are logged to the *URL-DEBUG* buffer.
If t, all messages will be logged.