update doc.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 10 Nov 2011 12:36:47 +0200
changeset 815 d4bdfd8b5fc9
parent 814 91b9a35fc284
child 816 ad19fb10943e
update doc.
stmcrblog-mode.el
--- a/stmcrblog-mode.el	Thu Nov 10 12:36:23 2011 +0200
+++ b/stmcrblog-mode.el	Thu Nov 10 12:36:47 2011 +0200
@@ -101,7 +101,8 @@
 
 ;;;###autoload
 (defun stmcrblog-post-current-line (prefix)
-  "Post current line."
+  "Post current line.
+With prefix remove current line."
   (interactive "P")
   (stmcrblog-add-entry (buffer-substring-no-properties (line-beginning-position) (line-end-position)))
   (when prefix