Resorted; add missing Morohashi's Daikanwa characters; add missing
[chise/xemacs-chise.git] / info / new-users-guide.info-2
index f7ed816..858df8e 100644 (file)
@@ -108,13 +108,13 @@ List Keybindings
      for that particular buffer also. For example, if you are in
      "Texinfo" mode, part of your list will contain:
 
-          C-c C-c n    texinfo-insert-@node
-          C-c C-c o    texinfo-insert-@noindent
-          C-c C-c s    texinfo-insert-@samp
-          C-c C-c t    texinfo-insert-@table
-          C-c C-c v    texinfo-insert-@var
-          C-c C-c x    texinfo-insert-@example
-          C-c C-c {    texinfo-insert-braces
+          C-c C-c n       texinfo-insert-@node
+          C-c C-c o       texinfo-insert-@noindent
+          C-c C-c s       texinfo-insert-@samp
+          C-c C-c t       texinfo-insert-@table
+          C-c C-c v       texinfo-insert-@var
+          C-c C-c x       texinfo-insert-@example
+          C-c C-c {      texinfo-insert-braces
 
      These keybindings apply only to "Texinfo" mode. *Note Modes::, for
      more information on various modes.
@@ -325,7 +325,7 @@ font-lock-mode
      example shows how to enable the font-lock mode when the major mode
      is c-mode.
 
-          (add-hook 'c-mode-hook               'turn-on-font-lock)
+          (add-hook 'c-mode-hook          'turn-on-font-lock)
 
      *Note Other Customizations::.
 
@@ -368,7 +368,7 @@ auto-save-mode
 
 line-number-mode
      After you enable this mode, the line number at which your cursor is
-     present will be displayed continously in the mode line.
+     present will be displayed continuously in the mode line.
 
 blink-paren
      To enable this command, just type
@@ -607,7 +607,7 @@ statements do.
      (add-hook 'texinfo-mode-hook    'turn-on-font-lock)
      
      ;;; enables the font-lock mode in C Mode
-     (add-hook 'c-mode-hook            'turn-on-font-lock)
+     (add-hook 'c-mode-hook          'turn-on-font-lock)
 
    To turn on the font-lock mode in other Major Modes like emacs-lisp,
 just put the name of the mode with "-hook" appended to it as the middle
@@ -1063,8 +1063,8 @@ many buffers:
 
 `M-x insert-buffer'
      Insert contents of specified buffer into current buffer at point.
-     This command will prompt you for a buffername which you want to be
-     copied into the current buffer at the location of the cursor.
+     This command will prompt you for a buffer name which you want to
+     be copied into the current buffer at the location of the cursor.
 
 `M-x append-to-file'
      This command will prompt you for a filename and append the region