Skip to content

Commit

Permalink
Merge pull request #506 from Naoki-Hiraoka/PR-cd
Browse files Browse the repository at this point in the history
[doc/jlatex/jsysfunc.tex] fix document of cd. add document of pwd.
  • Loading branch information
k-okada authored Apr 17, 2024
2 parents ae5cf2d + 7e6b5ec commit fa314e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/jlatex/jsysfunc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,10 @@ \subsection{\label{UnixProcess}UNIXプロセス}
\begin{refdesc}

\funcdesc{cd}{\&optional (dir (unix:getenv "HOME"))}{
現在のディレクトリを変更する。}
現在のディレクトリを変更する。{\em dir}がsymbolの場合、{\em dir}を評価せずに文字列として扱う。}

\funcdesc{pwd}{}{
現在のディレクトリを返す。}

\funcdesc{ez}{\&optional key}{
ezエディターの画面に入る。それからLisp書式を読み込み、
Expand Down
5 changes: 4 additions & 1 deletion doc/latex/sysfunc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,10 @@ \subsection{\label{UnixProcess}Unix Processes}
\begin{refdesc}

\funcdesc{cd}{\&optional (dir (unix:getenv "HOME"))}{
changes the current working directory.}
changes the current working directory. If {\em dir} is a symbol, {\em dir} is not evaluated and converted to string.}

\funcdesc{pwd}{}{
gets current working directory.}

\funcdesc{ez}{\&optional key}{
enters display editor ez, and reads Lisp forms from it, and evaluates
Expand Down

1 comment on commit fa314e7

@k-okada
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.