# HG changeset patch # User Lute Kamstra # Date 1107697026 0 # Node ID f8a952f61cedec8363e23c1c0a75ee74b2d9220e # Parent 9dba252acf211187f5f5a8a1cd0630d01cc7f3a0 (Init Examples): Fix previous fix. diff -r 9dba252acf21 -r f8a952f61ced man/custom.texi --- a/man/custom.texi Sun Feb 06 13:17:35 2005 +0000 +++ b/man/custom.texi Sun Feb 06 13:37:06 2005 +0000 @@ -2230,7 +2230,7 @@ @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)