Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc/jlatex/jsysfunc.tex] fix document of cd. add document of pwd. #506

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

Naoki-Hiraoka
Copy link
Contributor

#505 の内容をドキュメントに追加しました。また、cd関数の下に定義されているpwd関数がドキュメントに載っていなかったので、ついでに追加しました。

EusLisp/lisp/l/process.l

Lines 12 to 15 in 25a473c

(defmacro cd (&optional (dir (unix:getenv "HOME")))
(if (symbolp dir) (setq dir (string-downcase (string dir))))
`(unix:chdir ,dir))
(defun pwd () (unix:getwd))

texのファイル以外にhtmlのファイルにもドキュメントが存在するようなのですが、こちらも更新するべきでしょうか?

<BR> <A NAME="22778"></A>
<B>cd</B> <EM>&amp;optional (dir (unix:getenv "HOME")) </EM>[関数]
<DL COMPACT>
<DT>
<DD>
現在のディレクトリを変更する。
</DD>
</DL>
<BR>
<BR>

<BR>
<BR> <A NAME="23073"></A>
<B>cd</B> <EM>&amp;optional (dir (unix:getenv "HOME")) </EM>[関数]
<DL COMPACT>
<DT>
<DD>
現在のディレクトリを変更する。
</DD>
</DL>
<BR>
<BR>

@k-okada
Copy link
Member

k-okada commented Feb 14, 2024

Thank you for contributing EusLisp documentation

Please check latest documents before merging

PDF version of English manual: manual.pdf
PDF version of Japanese jmanual: jmanual.pdf
HTML version of English manual: manual.html
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of English manual: manual.rst

@Naoki-Hiraoka
Copy link
Contributor Author

texのファイル以外にhtmlのファイルにもドキュメントが存在するようなのですが、こちらも更新するべきでしょうか?

pdfファイルと同様に自動更新されるようですね。

@k-okada
Copy link
Member

k-okada commented Feb 14, 2024

Thank you for contributing EusLisp documentation

Please check latest documents before merging

PDF version of English manual: manual.pdf
PDF version of Japanese jmanual: jmanual.pdf
HTML version of English manual: manual.html
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of English manual: manual.rst

@k-okada k-okada merged commit fa314e7 into euslisp:master Apr 17, 2024
31 checks passed
@Naoki-Hiraoka Naoki-Hiraoka deleted the PR-cd branch April 17, 2024 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants