diff options
| author | Stefan Monnier | 2014-07-20 21:41:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-07-20 21:41:59 -0400 |
| commit | bb16bffbd20705fcfbbb17189f20b838eaf7d31e (patch) | |
| tree | d1217d69a114ea09b8d67bf34a03747174ee3c16 /lisp/progmodes | |
| parent | 5bfcb88ced494a272045da30891cacc838276bd7 (diff) | |
| download | emacs-bb16bffbd20705fcfbbb17189f20b838eaf7d31e.tar.gz emacs-bb16bffbd20705fcfbbb17189f20b838eaf7d31e.zip | |
Indentation, punctuation, and other nitpicks.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index dd1057ebf8d..3b0550dccca 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -910,7 +910,7 @@ See `sh-feature'.") | |||
| 910 | (:foreground "tan1" )) | 910 | (:foreground "tan1" )) |
| 911 | (t | 911 | (t |
| 912 | (:weight bold))) | 912 | (:weight bold))) |
| 913 | "Face to show a here-document" | 913 | "Face to show a here-document." |
| 914 | :group 'sh-indentation) | 914 | :group 'sh-indentation) |
| 915 | 915 | ||
| 916 | ;; These colors are probably icky. It's just a placeholder though. | 916 | ;; These colors are probably icky. It's just a placeholder though. |
| @@ -921,7 +921,7 @@ See `sh-feature'.") | |||
| 921 | (:foreground "magenta")) | 921 | (:foreground "magenta")) |
| 922 | (t | 922 | (t |
| 923 | (:weight bold))) | 923 | (:weight bold))) |
| 924 | "Face to show quoted execs like ``" | 924 | "Face to show quoted execs like `blabla`." |
| 925 | :group 'sh-indentation) | 925 | :group 'sh-indentation) |
| 926 | (define-obsolete-face-alias 'sh-heredoc-face 'sh-heredoc "22.1") | 926 | (define-obsolete-face-alias 'sh-heredoc-face 'sh-heredoc "22.1") |
| 927 | (defvar sh-heredoc-face 'sh-heredoc) | 927 | (defvar sh-heredoc-face 'sh-heredoc) |