mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Minor grammar changes.
This commit is contained in:
parent
8a9e0bcb7d
commit
1185a59abd
1 changed files with 2 additions and 2 deletions
|
@ -181,12 +181,12 @@ text nested beneath them.")
|
|||
(haml-reindent-region-by (- haml-indent-offset))))
|
||||
|
||||
(defun haml-replace-region (begin end)
|
||||
"Replaces the current block of Haml code with the HTML equivalent"
|
||||
"Replaces the current block of Haml code with the HTML equivalent."
|
||||
(interactive "r")
|
||||
(shell-command-on-region begin end "haml" "haml-output" t))
|
||||
|
||||
(defun haml-output-region (begin end)
|
||||
"Returns the HTML output for the current block of Haml code"
|
||||
"Displays the HTML output for the current block of Haml code."
|
||||
(interactive "r")
|
||||
(shell-command-on-region begin end "haml" "haml-output" nil))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue