# HG changeset patch # User Lute Kamstra # Date 1107695550 0 # Node ID f3e04a8a8d78e3383e422c93ce0fbcfd17b1665d # Parent 8899be60f66f7312114727253a66b4b15d4e9fc0 (Init Examples): Fix typo. diff -r 8899be60f66f -r f3e04a8a8d78 man/custom.texi --- a/man/custom.texi Sun Feb 06 13:11:39 2005 +0000 +++ b/man/custom.texi Sun Feb 06 13:12:30 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}). +(@xref{Init Rebinding}.) @example (global-set-key "\C-xl" 'make-symbolic-link)