Skip to content

Commit

Permalink
Use imperative "Turn."
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfogleman committed Jul 29, 2014
1 parent d61c160 commit 1a6a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hungry-delete.el
Expand Up @@ -199,7 +199,7 @@ executed."

;;;###autoload
(defun turn-on-hungry-delete-mode ()
"Turns on hungry delete mode if the buffer is appropriate."
"Turn on hungry delete mode if the buffer is appropriate."
(unless (or (window-minibuffer-p (selected-window))
(equal (substring (buffer-name) 0 1) " ")
(eq major-mode 'help-mode ))
Expand Down

0 comments on commit 1a6a009

Please sign in to comment.