diff --git a/doc_src/cd.txt b/doc_src/cd.txt
index 9bd88a0ae..13184e107 100644
--- a/doc_src/cd.txt
+++ b/doc_src/cd.txt
@@ -3,9 +3,9 @@
\subsection cd-synopsis Synopsis
cd [DIRECTORY]
-\subsection cd-description Description Changes the current
-directory. If DIRECTORY is supplied it will become the new
-directory. If \c DIRECTORY is a relative path, the paths found in the
-CDPATH environment variable array will be tried as prefixes for the
-specified path. If CDPATH is not set, it is assumed to be '.'. If \c
-DIRECTORY is not specified, \$HOME will be the new directory.
+\subsection cd-description Description
+Changes the current directory. If DIRECTORY is supplied it will become
+the new directory. If \c DIRECTORY is a relative path, the paths found in the
+CDPATH environment variable array will be tried as prefixes for the specified
+path. If CDPATH is not set, it is assumed to be '.'. If \c DIRECTORY is not
+specified, \$HOME will be the new directory.
diff --git a/doc_src/funced.txt b/doc_src/funced.txt
index 46594de74..19a12f3b0 100644
--- a/doc_src/funced.txt
+++ b/doc_src/funced.txt
@@ -5,10 +5,16 @@
\subsection funced-description Description
-Use the funced command to edit the definition of a
-function. If there is no function with the name specified, a skeleton function is inserted, if a function exist, the definition will be shown in your editor or on the command line.
+Use the funced command to edit the definition of a function. If there is no
+function with the name specified, a skeleton function is inserted. If the
+function exists, its definition will be shown in your editor or on the command
+line.
-By default, funced edits functions using the text editor in your $EDITOR variable, if set; otherwise it uses the built-in editor.
+By default, funced edits functions using the text editor in your $EDITOR
+variable, if set; otherwise it uses the built-in editor.
-- -e command
or --editor command
Open the function body inside the text editor given by the command (for example, "vi"). The command 'fish' will use the built-in editor.
-- -i
or --interactive
Open function body in built-in editor.
+- -e command
or --editor command
Open the function
+ body inside the text editor given by the command (for example, "vi"). The
+ command 'fish' will use the built-in editor.
+- -i
or --interactive
Open function body in the
+ built-in editor.
diff --git a/doc_src/funcsave.txt b/doc_src/funcsave.txt
index 5f178b510..944e699c0 100644
--- a/doc_src/funcsave.txt
+++ b/doc_src/funcsave.txt
@@ -1,4 +1,4 @@
-\section funcsave funcsave - save the definition of a function to the users autoload directory
+\section funcsave funcsave - save the definition of a function to the user's autoload directory
\subsection funcsave-synopsis Synopsis
funcsave FUNCTION_NAME
diff --git a/doc_src/isatty.txt b/doc_src/isatty.txt
index f72e9e128..bccf8ab86 100644
--- a/doc_src/isatty.txt
+++ b/doc_src/isatty.txt
@@ -3,10 +3,13 @@
\subsection isatty-synopsis Synopsis
isatty [FILE DESCRIPTOR]
-where FILE DESCRIPTOR may be either the number of a file descriptor, or one
-of the strings stdin, stdout and stderr.
+\subsection isatty-description Description
+The isatty command is used to test if a file descriptor is a tty.
-If the specified file descriptor is a tty, the exit status of the
-command is zero, otherwise, it is non-zero.
+FILE DESCRIPTOR may be either the number of a file descriptor, or one of the
+strings stdin, stdout and stderr.
+
+If the specified file descriptor is a tty, the exit status of the command is
+zero, otherwise, it is non-zero.
diff --git a/doc_src/jobs.txt b/doc_src/jobs.txt
index 4ed0db9b7..d4ea33dd3 100644
--- a/doc_src/jobs.txt
+++ b/doc_src/jobs.txt
@@ -1,6 +1,6 @@
\section jobs jobs - print currently running jobs
-\subsection jobs-synopsis
+\subsection jobs-synopsis Synopsis
jobs [OPTIONS] [PID]
\subsection jobs-description Description