aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ffap.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 733952d790..cfbf87ea3c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2001-01-06 Eli Zaretskii <[email protected]>
+ * ffap.el (ffap-bindings): Doc fix.
+
* dired-x.el (dired-virtual-guess-dir): Doc fix.
2001-01-05 Dave Love <[email protected]>
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 53eb07392d..648688813d 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1689,7 +1689,7 @@ ffap most of the time."
;; (setq dired-x-hands-off-my-keys t) ; the default
)
"List of binding forms evaluated by function `ffap-bindings'.
-A reasonable ffap installation needs just these one line:
+A reasonable ffap installation needs just this one line:
(ffap-bindings)
Of course if you do not like these bindings, just roll your own!")