aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-24 21:48:24 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-24 21:48:24 +0000
commit87f4831081425aeb45e8eae5b59fe814e1ae7d14 (patch)
tree6524fa5537e56b79f690d3f1e7b85057a6205a90 /lego
parentb43d47cd0a2ac1c36bc32ab285ea22ef367d9c2f (diff)
Docstring
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lego/lego.el b/lego/lego.el
index d0dd2643..457f64e3 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -28,7 +28,7 @@
:group 'lego)
(defcustom lego-indent 2
- "*Indentation"
+ "*Indentation level."
:type 'number
:group 'lego)
@@ -41,7 +41,7 @@
(defcustom lego-help-menu-list
'(["The LEGO Reference Card" (browse-url lego-www-refcard) t]
["The LEGO library (WWW)" (browse-url lego-library-www-page) t])
- "List of menu itemsfor LEGO specific help.
+ "List of menu items for LEGO specific help.
See the documentation of `easy-menu-define' "
:type '(repeat sexp)