aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-06 18:55:45 +0000
committerEli Zaretskii2001-01-06 18:55:45 +0000
commit148b5960d421f9493b3bdba431c6caeef64d7237 (patch)
tree0584a4464258845233c3afb81c2b22436492b492
parent4e6ef391515f731b75312a7fe2e3d3100509fa04 (diff)
downloademacs-148b5960d421f9493b3bdba431c6caeef64d7237.tar.gz
emacs-148b5960d421f9493b3bdba431c6caeef64d7237.zip
(ffap-bindings): Doc fix.
-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 733952d790c..cfbf87ea3ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-01-06 Eli Zaretskii <eliz@is.elta.co.il> 12001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * ffap.el (ffap-bindings): Doc fix.
4
3 * dired-x.el (dired-virtual-guess-dir): Doc fix. 5 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4 6
52001-01-05 Dave Love <fx@gnu.org> 72001-01-05 Dave Love <fx@gnu.org>
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."
1689 ;; (setq dired-x-hands-off-my-keys t) ; the default 1689 ;; (setq dired-x-hands-off-my-keys t) ; the default
1690 ) 1690 )
1691 "List of binding forms evaluated by function `ffap-bindings'. 1691 "List of binding forms evaluated by function `ffap-bindings'.
1692A reasonable ffap installation needs just these one line: 1692A reasonable ffap installation needs just this one line:
1693 (ffap-bindings) 1693 (ffap-bindings)
1694Of course if you do not like these bindings, just roll your own!") 1694Of course if you do not like these bindings, just roll your own!")
1695 1695