summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2be6897..39500a0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,6 @@ Recommends: emacs (>= 46.0)
Enhances: emacs, emacs24
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.
+ 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.