From: Lute Kamstra Date: Sun, 6 Feb 2005 13:37:06 +0000 (+0000) Subject: (Init Examples): Fix previous fix. X-Git-Tag: ttn-vms-21-2-B4~2381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3606516c37e3cfd094f2ad9cff4d49c3202e0004;p=emacs.git (Init Examples): Fix previous fix. --- 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)