aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1999-10-09 18:07:32 +0000
committerRichard M. Stallman1999-10-09 18:07:32 +0000
commit29b677db48bdfe1177d3b460a764f9b237ff2c19 (patch)
tree510fea68034e7dae11fc2f49cca4d9e5778d5248 /lispref/modes.texi
parentd177c5835233dd811adad081cfc86e2f2f29d7bb (diff)
downloademacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.tar.gz
emacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.zip
*** empty log message ***
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index b783e0b5d2c..b0bb00771f7 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -322,7 +322,7 @@ inherit all the commands defined in this map.")
322@smallexample 322@smallexample
323@group 323@group
324(defun text-mode () 324(defun text-mode ()
325 "Major mode for editing text intended for humans to read@enddots{} 325 "Major mode for editing text intended for humans to read...
326 Special commands: \\@{text-mode-map@} 326 Special commands: \\@{text-mode-map@}
327@end group 327@end group
328@group 328@group
@@ -459,7 +459,7 @@ And here is the code to set up the keymap for Lisp mode:
459@smallexample 459@smallexample
460@group 460@group
461(defvar lisp-mode-map () 461(defvar lisp-mode-map ()
462 "Keymap for ordinary Lisp mode@enddots{}") 462 "Keymap for ordinary Lisp mode...")
463 463
464(if lisp-mode-map 464(if lisp-mode-map
465 () 465 ()