help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Binding M-n in info mode.


From: Deniz Dogan
Subject: Re: Binding M-n in info mode.
Date: Fri, 02 Sep 2011 18:17:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1

On 2011-09-02 18:07, Vijay Lakshminarayanan wrote:
     (define-key Info-mode-map (kbd "M-n") #'forward-paragraph)
     (define-key Info-mode-map (kbd "M-n") #'backward-paragraph)))


To Dani (and others): Note that the # prefix is not necessary in Emacs Lisp (it is ignored). It is used by some Lisp dialects, such as Common Lisp to denote a function name.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]