diff man/custom.texi @ 59961:f8a952f61ced

(Init Examples): Fix previous fix.
author Lute Kamstra <lute@gnu.org>
date Sun, 06 Feb 2005 13:37:06 +0000
parents f3e04a8a8d78
children aac0a33f5772
line wrap: on
line diff
--- 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)