diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-11 13:23:50 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-11 17:46:20 -0500 |
commit | 4e94add215a8ab01ab1d68ef2682c296d81e43c3 (patch) | |
tree | 11c9b59a58da52f5c5e1a18ba2243f9107d05a3d | |
parent | 04f206a63c5ca24d619cb9516f4dc06613c15a4d (diff) | |
download | emacs.d-4e94add215a8ab01ab1d68ef2682c296d81e43c3.tar.gz |
Update docstring for github patch function
Forgot to update with 2c6c5a4 changes.
-rw-r--r-- | init/km-gnus.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init/km-gnus.el b/init/km-gnus.el index dc8ff0f..bed321b 100644 --- a/init/km-gnus.el +++ b/init/km-gnus.el @@ -105,9 +105,7 @@ (defun km/gnus-open-github-patch () "Open patch from github email. - -The patch is downloaded to a temporary file and then opened in -another window." +A new buffer with the patch contents is opened in another window." (interactive) (km/gnus-end-of-article-buffer) (search-backward "patch") |