]> git.eshelyaron.com Git - emacs.git/commitdiff
Use the correct capitalization when making Info-mode and Info-edit-mode
authorMiles Bader <miles@gnu.org>
Thu, 21 Sep 2000 04:43:28 +0000 (04:43 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 21 Sep 2000 04:43:28 +0000 (04:43 +0000)
  `special' modes.

lisp/info.el

index 156363efdc947fbc83db68051ac36a1022b27094..841e699cf34184e18f5972b4f1750ec7491b66a2 100644 (file)
@@ -2078,7 +2078,7 @@ If no reference to follow, moves to the next node, or up if none."
 
 \f
 ;; 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 @@ Advanced commands:
   (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.