summaryrefslogtreecommitdiff
path: root/man/custom.texi
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-02-06 13:37:06 +0000
committerLute Kamstra <lute@gnu.org>2005-02-06 13:37:06 +0000
commit3606516c37e3cfd094f2ad9cff4d49c3202e0004 (patch)
tree6e2691c41c33fa8459cf779d8257ebab22cc548a /man/custom.texi
parentb7fe9089635fdfcf508c037fd6e4c819f816e5be (diff)
downloademacs-3606516c37e3cfd094f2ad9cff4d49c3202e0004.tar.gz
(Init Examples): Fix previous fix.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 55cdf1f272d..7dbd8af2458 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -2230,7 +2230,7 @@ If the function is not interactive, omit the @code{t} or use
@item
Rebind the key @kbd{C-x l} to run the function @code{make-symbolic-link}
-(@xref{Init Rebinding}.)
+(@pxref{Init Rebinding}).
@example
(global-set-key "\C-xl" 'make-symbolic-link)