branch: elpa/xkcd
commit b9a3dfa150e739203c25b96ef1830cef65836dfc
Author: Vibhav Pant <vibh...@gmail.com>
Commit: Vibhav Pant <vibh...@gmail.com>

    Add docstring for xkcd-alt-text.
---
 xkcd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xkcd.el b/xkcd.el
index c6dd5819ca..fdc46931ee 100644
--- a/xkcd.el
+++ b/xkcd.el
@@ -160,6 +160,7 @@
   (xkcd-get 0))
 
 (defun xkcd-alt-text ()
+  "View the alt text in the buffer"
   (interactive)
   (message xkcd-alt))
 

Reply via email to