2006-03 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
M-q でカーソル下のパラグラフの整形が出来るが、英文の場合は右端が揃わな
いため不格好になる。そんな時は C-u M-q すると右端を揃えた整形を行なって
くれる。
■整形前 (3.1) If you want the Japanese info, type 'make install-jinfo'. If you have the "install-info" command, the following line will be automatically added to the "dir" file. Otherwise, add it by yourself.
■整形後 (3.1) If you want the Japanese info, type 'make install-jinfo'. If you have the "install-info" command, the following line will be automatically added to the "dir" file. Otherwise, add it by yourself.
2006-03 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31