aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-pgip.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-07-30 11:57:12 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-07-30 11:57:12 +0000
commit624fd955e0a5807c2980674f635109e66efdc40f (patch)
tree370c65ff6da047862928249940c3aaa5d1bf88cf /generic/pg-pgip.el
parentc4c8e228283ac7ab1d6d1973d4735cb0afb94ed3 (diff)
Use descriptions of help items to set menu tooltips (resolve trac #218)
Diffstat (limited to 'generic/pg-pgip.el')
-rw-r--r--generic/pg-pgip.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index 282aaef8..a2a57949 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -185,9 +185,7 @@ Return a symbol representing the PGIP command processed, or nil."
(pg-pgip-debug
"haspref calling defpacustom: name:%s default:%s type:%s pgipcmd:%s" symname default type pgipcmd)
(eval
- `(defpacustom ,symname ,default
- (concat descr (if descr "\n")
- "Setting configured by <haspref> PGIP message")
+ `(defpacustom ,symname ,default ,descr
:type (quote ,type)
:pggroup ,prefcat
:pgipcmd ,pgipcmd))))