From: Lute Kamstra Date: Sun, 6 Feb 2005 13:12:30 +0000 (+0000) Subject: (Init Examples): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~2384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e390dd2445622ca1ede2423e7825219c7130822;p=emacs.git (Init Examples): Fix typo. --- diff --git a/man/custom.texi b/man/custom.texi index 2cfb61988dd..55cdf1f272d 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}). +(@xref{Init Rebinding}.) @example (global-set-key "\C-xl" 'make-symbolic-link)