]> git.eshelyaron.com Git - emacs.git/commitdiff
(Init Examples): Fix typo.
authorLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 13:12:30 +0000 (13:12 +0000)
committerLute Kamstra <lute@gnu.org>
Sun, 6 Feb 2005 13:12:30 +0000 (13:12 +0000)
man/custom.texi

index 2cfb61988ddc62d52ec4112a5564d51487cdc25b..55cdf1f272d20c52cee8386c4692a9e22773a57f 100644 (file)
@@ -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)