org.texi: Remove wrong quotes in lisp example.

This was spotted by Steve Hafner.
This commit is contained in:
Bastien Guerry 2011-01-03 19:44:07 +01:00
parent dfe713d08a
commit aa157b5cb8
1 changed files with 2 additions and 2 deletions

View File

@ -3294,8 +3294,8 @@ to @kbd{C-n} and @kbd{C-p}
@lisp
(add-hook 'org-load-hook
(lambda ()
(define-key 'org-mode-map "\C-n" 'org-next-link)
(define-key 'org-mode-map "\C-p" 'org-previous-link)))
(define-key org-mode-map "\C-n" 'org-next-link)
(define-key org-mode-map "\C-p" 'org-previous-link)))
@end lisp
@end table