aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/pushd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/pushd.txt')
-rw-r--r--doc_src/pushd.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/pushd.txt b/doc_src/pushd.txt
index 3161fd09..25d93936 100644
--- a/doc_src/pushd.txt
+++ b/doc_src/pushd.txt
@@ -6,9 +6,9 @@ pushd [DIRECTORY]
\endfish
\subsection pushd-description Description
-The `pushd` function adds `DIRECTORY` to the top of the directory stack
-and makes it the current working directory. <a href="#popd">`popd`</a> will pop it off and
-return to the original directory.
+
+The `pushd` function adds `DIRECTORY` to the top of the directory stack and makes it the current working directory. <a href="#popd">`popd`</a> will pop it off and return to the original directory.
+
\subsection pushd-example Example