]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-font-lock-open-heredoc): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Sep 2008 03:07:52 +0000 (03:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Sep 2008 03:07:52 +0000 (03:07 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 88bf1442469a69a1d113244cee4b4845e1c4f0b9..701cfca5aed23da6a74bd9b923555975fe2244a6 100644 (file)
@@ -1,3 +1,8 @@
+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
index d4e4658b6f22782ac24330945b6d068b36dd2e3b..5d0f1cbb97fb240463dce87e120b95ef07da6a6a 100644 (file)
@@ -1003,7 +1003,7 @@ If non-nil INDENTED indicates that the EOF was indented."
 (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."