Mercurial > emacs
changeset 59961:f8a952f61ced
(Init Examples): Fix previous fix.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Sun, 06 Feb 2005 13:37:06 +0000 |
parents | 9dba252acf21 |
children | b728ee27ee08 |
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:17:35 2005 +0000 +++ b/man/custom.texi Sun Feb 06 13:37:06 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}.) +(@pxref{Init Rebinding}). @example (global-set-key "\C-xl" 'make-symbolic-link)