aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/gulp.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-07-22 02:45:34 +0000
committerGlenn Morris <[email protected]>2009-07-22 02:45:34 +0000
commitcb711556008291dc0d1425b8f0f0837b37ae8368 (patch)
tree138d9bfbc14797190b207cdad12d43dcbbf67c82 /lisp/emacs-lisp/gulp.el
parentfd413a376573cd0992303019d4d59ccc6336dc9c (diff)
Remove leading * from defcustom docs.
Diffstat (limited to 'lisp/emacs-lisp/gulp.el')
-rw-r--r--lisp/emacs-lisp/gulp.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el
index dde710c977..5d90919ccf 100644
--- a/lisp/emacs-lisp/gulp.el
+++ b/lisp/emacs-lisp/gulp.el
@@ -35,16 +35,17 @@
:group 'maint)
(defcustom gulp-discard "^;+ *Maintainer: *FSF *$"
- "*The regexp matching the packages not requiring the request for updates."
+ "The regexp matching the packages not requiring the request for updates."
:type 'regexp
:group 'gulp)
-(defcustom gulp-tmp-buffer "*gulp*" "The name of the temporary buffer."
+(defcustom gulp-tmp-buffer "*gulp*"
+ "The name of the temporary buffer."
:type 'string
:group 'gulp)
(defcustom gulp-max-len 2000
- "*Distance into a Lisp source file to scan for keywords."
+ "Distance into a Lisp source file to scan for keywords."
:type 'integer
:group 'gulp)
@@ -54,7 +55,7 @@
I'm going to start pretesting a new version of GNU Emacs soon, so I'd
like to ask if you have any updates for the Emacs packages you work on.
You're listed as the maintainer of the following package(s):\n\n")
- "*The starting text of a gulp message."
+ "The starting text of a gulp message."
:type 'string
:group 'gulp)
@@ -72,7 +73,7 @@ please use lisp/ChangeLog as a guide for the style and for what kinds
of information to include.
Thanks.")
- "*The closing text in a gulp message."
+ "The closing text in a gulp message."
:type 'string
:group 'gulp)