changeset 31798:460c3cd7b368

Use the correct capitalization when making Info-mode and Info-edit-mode `special' modes.
author Miles Bader <miles@gnu.org>
date Thu, 21 Sep 2000 04:43:28 +0000
parents b9e108c1c1bf
children 70b0ec04801f
files lisp/info.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Wed Sep 20 22:47:50 2000 +0000
+++ b/lisp/info.el	Thu Sep 21 04:43:28 2000 +0000
@@ -2078,7 +2078,7 @@
 
 
 ;; Info mode is suitable only for specially formatted data.
-(put 'info-mode 'mode-class 'special)
+(put 'Info-mode 'mode-class 'special)
 
 (defun Info-mode ()
   "Info mode provides commands for browsing through the Info documentation tree.
@@ -2178,7 +2178,7 @@
   (define-key Info-edit-map "\C-c\C-c" 'Info-cease-edit))
 
 ;; Info-edit mode is suitable only for specially formatted data.
-(put 'info-edit-mode 'mode-class 'special)
+(put 'Info-edit-mode 'mode-class 'special)
 
 (defun Info-edit-mode ()
   "Major mode for editing the contents of an Info node.