diff lispref/modes.texi @ 25950:7996385fc601

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Oct 1999 18:07:32 +0000
parents 6a17c48b52ef
children e368b754fe25
line wrap: on
line diff
--- a/lispref/modes.texi	Sat Oct 09 01:22:21 1999 +0000
+++ b/lispref/modes.texi	Sat Oct 09 18:07:32 1999 +0000
@@ -322,7 +322,7 @@
 @smallexample
 @group
 (defun text-mode ()
-  "Major mode for editing text intended for humans to read@enddots{}
+  "Major mode for editing text intended for humans to read...
  Special commands: \\@{text-mode-map@}
 @end group
 @group
@@ -459,7 +459,7 @@
 @smallexample
 @group
 (defvar lisp-mode-map ()
-  "Keymap for ordinary Lisp mode@enddots{}")
+  "Keymap for ordinary Lisp mode...")
 
 (if lisp-mode-map
     ()