Mercurial > emacs
changeset 59957:f3e04a8a8d78
(Init Examples): Fix typo.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Sun, 06 Feb 2005 13:12:30 +0000 |
parents | 8899be60f66f |
children | ae756c7d3081 |
files | man/custom.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)