summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-23 18:40:45 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-23 18:40:45 +0900
commita350eab911b0ac22e24ba05d56b76d5ea807d5b8 (patch)
treee28b396aa09ab7f9e71d671723941c2e9597ca5e
parentb59b6f4ef4a0b46b66674f032d91ff0f89de3e23 (diff)
improve description grammar
-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.