+2008-09-12 Glenn Morris <rgm@gnu.org>
+
+ * indent.el (indent-line-function): Doc fix.
+ * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
+
2008-09-11 Martin Rudalics <rudalics@gmx.at>
* window.el (pop-to-buffer): If the window for buffer-or-name is
(defun sh-font-lock-open-heredoc (start string)
"Determine the syntax of the \\n after a <<EOF.
START is the position of <<.
-STRING is the actual word used as delimiter (f.ex. \"EOF\").
+STRING is the actual word used as delimiter (e.g. \"EOF\").
INDENTED is non-nil if the here document's content (and the EOF mark) can
be indented (i.e. a <<- was used rather than just <<).
Point is at the beginning of the next line."