diff lisp/modes/tcl.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 28f395d8dc7a
children
line wrap: on
line diff
--- a/lisp/modes/tcl.el	Mon Aug 13 09:56:30 2007 +0200
+++ b/lisp/modes/tcl.el	Mon Aug 13 09:57:07 2007 +0200
@@ -378,9 +378,10 @@
 ;;
 
 (defgroup tcl nil
-  "Tcl programming language"
+  "Tcl programming language."
   :group 'languages)
 
+
 (defcustom tcl-indent-level 4
   "*Indentation of Tcl statements with respect to containing block."
   :type 'integer
@@ -413,7 +414,7 @@
   6. Move backward to start of comment, indenting if necessary."
   :type '(choice (const :tag "on" t)
 		 (const :tag "off" nil)
-		 (const :tag "The Works" other))
+		 (sexp :format "%t\n" :tag "The Works" other))
   :group 'tcl)
 
 (defcustom tcl-use-hairy-comment-detector t