mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5 lines
95 B
EmacsLisp
5 lines
95 B
EmacsLisp
|
; reformat canna's info file
|
||
|
(find-file "canna-jp.texi")
|
||
|
(texinfo-format-buffer)
|
||
|
(save-buffer)
|