summaryrefslogtreecommitdiff
path: root/plugins/display_corrections.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-13 22:33:06 +0200
committermathieui <mathieui@mathieui.net>2013-04-13 22:33:06 +0200
commitd676c2ee7b6207ff0b2a7b384052ab07c08bf43a (patch)
treeb6c22d35da1eb5bc33ab0cc983a86d8dfe6c2a78 /plugins/display_corrections.py
parente6cb43eeedcd6c6961c5ab430f25bb962d40bf8e (diff)
downloadpoezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.gz
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.bz2
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.tar.xz
poezio-d676c2ee7b6207ff0b2a7b384052ab07c08bf43a.zip
Move the plugins documentation
(use automodule directive & docstrings)
Diffstat (limited to 'plugins/display_corrections.py')
-rw-r--r--plugins/display_corrections.py31
1 files changed, 29 insertions, 2 deletions
diff --git a/plugins/display_corrections.py b/plugins/display_corrections.py
index cad5a327..c7617b3e 100644
--- a/plugins/display_corrections.py
+++ b/plugins/display_corrections.py
@@ -1,6 +1,33 @@
-# A plugin that adds the /display_corrections command, to view the previous
-# versions of a corrected message.
+"""
+Lists old versions of a corrected message.
+Installation
+------------
+::
+
+ /load display_corrections
+
+Usage
+-----
+
+.. glossary::
+
+ /display_corrections
+ **Usage:** ``/display_corrections [number]``
+
+ This command lists the old versions of a message.
+
+ Without argument, it will list the last corrected message if there
+ is any. If you give an integer as an argument, ``/display_corrections``
+ will go back gradually in the buffer to find the message matching
+ that number (starting from 1, for the last corrected message).
+
+ If you are scrolling in the buffer, Poezio will list the corrected messages
+ starting from the first you can see. (although there are some problems with
+ multiline messages).
+
+
+"""
from plugin import BasePlugin
from common import shell_split
import tabs