Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ad7fc7

Browse files
committed
Documented marshal.{dumps,loads} and sys.builtin_module_names.
1 parent d26b458 commit 3ad7fc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ qua:
3131
bibtex qua
3232
latex qua
3333
latex qua
34-
dvips lib >lib.ps
34+
dvips lib >qua.ps
3535

3636
libinfo:
3737
@echo This may take a while...

Doc/fix.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; load the new texinfo package (2.xx) if not installed by default
22
(setq load-path
3-
(cons "/ufs/jh/lib/emacs/texinfo" load-path))
3+
(cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path))
44
(find-file "@out.texi")
55
(texinfo-all-menus-update t)
66
(texinfo-all-menus-update t)

Doc/tools/fix.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; load the new texinfo package (2.xx) if not installed by default
22
(setq load-path
3-
(cons "/ufs/jh/lib/emacs/texinfo" load-path))
3+
(cons "/ufs/jh/lib/emacs/texinfo-2.14" load-path))
44
(find-file "@out.texi")
55
(texinfo-all-menus-update t)
66
(texinfo-all-menus-update t)

0 commit comments

Comments
 (0)