[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

[MD:1843] describe-function/variable



>>>>> In [meadow-users-jp : No.2277] 
>>>>> “矢木” = yagi@xxxxxxxxxxxxxxx wrote:
矢木> 一部の関数や変数の説明が欠落しているようで、
矢木> (documentation 'find-file) => "" などとなります。
矢木> files.el にあるものなどは全滅のようです。

矢木> 調べたのは Meadow 1.10/1.13b1 on W98 です。

これは /Meadow/1.13b1/etc/DOC 中に該当する関数(と doc
string)がないからで、Meadow-1.13b1/lib-src/makefile.nt 中で、

lisp= \
	$(lispsource)abbrev.elc \
	$(lispsource)buff-menu.elc \
	$(lispsource)byte-run.elc \
	$(lispsource)cus-start.el \
	$(lispsource)custom.elc \
	$(lispsource)faces.elc \
!if !$(MEADOW)
	$(lispsource)files.elc \
!endif

となっているからです。

何故こうなっているかはわからないのですが files.elc を含めて
作り直すとサイズはこう

  -rw-rw-rw-   1 kose     123       1153038 Aug  3 12:45 DOC

なって無事表示できるようになりました。
-- 
こせき @ Emacs のページ作成中
http://www.NetLaputa.ne.jp/~kose/Emacs/
kose@xxxxxxxxxxxxxxxxxx