Mercurial > emacs
changeset 98148:7f34c3de8f96
(sh-font-lock-open-heredoc): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 12 Sep 2008 03:07:39 +0000 |
parents | 0db3bd4aa48f |
children | af43cbb045c7 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Fri Sep 12 03:07:25 2008 +0000 +++ b/lisp/progmodes/sh-script.el Fri Sep 12 03:07:39 2008 +0000 @@ -1003,7 +1003,7 @@ (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."