aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/pushd.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-19 13:41:23 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit137abd0cfaa8959224f88a4ebe9584a51468cc88 (patch)
treec396f760a1e309b5a837359e65c57c4555534d49 /doc_src/pushd.txt
parentd7308fecbe573aad91fc6f1377c1ed2df735f6fd (diff)
Make line length, wrapping and spacing consistent
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