diff lispref/customize.texi @ 25950:7996385fc601

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Oct 1999 18:07:32 +0000
parents 467b88fab665
children 8f36e5feb992
line wrap: on
line diff
--- a/lispref/customize.texi	Sat Oct 09 01:22:21 1999 +0000
+++ b/lispref/customize.texi	Sat Oct 09 18:07:32 1999 +0000
@@ -267,7 +267,7 @@
 
 @example
 (defcustom show-paren-mode nil
-  "Toggle Show Paren mode@enddots{}"
+  "Toggle Show Paren mode..."
   :set (lambda (symbol value)
          (show-paren-mode (or value 0)))
   :initialize 'custom-initialize-default