]> git.eshelyaron.com Git - emacs.git/commitdiff
2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
authorBastien Guerry <bzg@altern.org>
Fri, 22 Feb 2008 01:28:08 +0000 (01:28 +0000)
committerBastien Guerry <bzg@altern.org>
Fri, 22 Feb 2008 01:28:08 +0000 (01:28 +0000)
* progmodes/sh-script.el (sh-indent-comment): Docstring fix.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index 21b008ec5f208ea4ef7998f2a1a67844b5ad2298..8155315790f99f6e37d8940f9eda34859460ce72 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-22  Bill Meier <wmeier@newsguy.com>  (tiny change)
+
+       * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
+
 2008-02-21  Glenn Morris  <rgm@gnu.org>
 
        * subr.el (sit-for): Fix obsolete form for nil second argument.
index 4fe9926af8d9962e8623999f6520793f0ca4c7a0..57cae77f408cecd7ca1529665fa4e1ef1414c7b5 100644 (file)
@@ -1212,7 +1212,7 @@ This value is used for the `+' and `-' symbols in an indentation variable."
 nil means leave it as it is;
 t  means indent it as a normal line, aligning it to previous non-blank
    non-comment line;
-a number means align to that column, e.g. 0 means fist column."
+a number means align to that column, e.g. 0 means first column."
   :type '(choice
          (const :tag "Leave as is." nil)
          (const :tag "Indent as a normal line."  t)