1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Init Examples): Fix typo.

This commit is contained in:
Lute Kamstra 2005-02-06 13:12:30 +00:00
parent dd3748b340
commit 3e390dd244

View 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)