diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-01-06 18:53:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-01-06 18:53:37 +0000 |
commit | 40720448f1b97a48bcb4394c9f30587d14b46670 (patch) | |
tree | d4355bc18dc0d1e988d4413082b3e2cfaf042002 /lisp/ffap.el | |
parent | 657a41c4c2a3407b2ded2d741a1756fb3647b14d (diff) | |
download | emacs-40720448f1b97a48bcb4394c9f30587d14b46670.tar.gz |
(ffap-bindings): Doc fix.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 53eb07392dd..648688813d6 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!") |