summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 6ef618b..2be6897 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Depends: ${misc:Depends}, emacs, ${elpa:Depends}
Built-Using: ${misc:Built-Using}
Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
-Description: navigate the point of the most recent edit in the buffer
- goto-chg is emacs addon, that allows user to naviagate buffer to the
- point of the most recent edit in the buffer. When repeated, goto
- the second most recent edit, and so on. Negative argument, 'C-u -'
- reverse direction. \ No newline at end of file
+Description: navigate the point to the most recent edit in the buffer
+ goto-chg is an Emacs addon that allows the user to move point to the
+ the most recent edit in the buffer. When the command is repeated,
+ point moves to the second most recent edit, and so on. A negative
+ argument may be used to reverse the direction.