diff lisp/modes/vrml-mode.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/vrml-mode.el	Mon Aug 13 09:56:30 2007 +0200
+++ b/lisp/modes/vrml-mode.el	Mon Aug 13 09:57:07 2007 +0200
@@ -45,7 +45,7 @@
 ;;
 
 (defgroup vrml nil
-  "VRML Language."
+  "Major mode for editing VRML (.wrl) files."
   :group 'languages)
 
 
@@ -76,7 +76,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 'vrml)
 
 (defcustom vrml-use-hairy-comment-detector t