~ubuntu-desktop/devhelp/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/00install-devhelp-el.patch

  • Committer: robert.ancell at canonical
  • Date: 2010-11-29 05:35:58 UTC
  • Revision ID: robert.ancell@canonical.com-20101129053558-um2a9uqu1orlkdas
initial devhelp import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Bind F11 to start devhelp search for the currently word in Emacs
 
2
 
 
3
--- a/misc/devhelp.el~  2003-06-29 10:24:17.000000000 -0300
 
4
+++ b/misc/devhelp.el   2004-03-21 17:34:01.000000000 -0300
 
5
@@ -35,7 +35,7 @@
 
6
 ;; Examples:
 
7
 ;;
 
8
 ;; Bind F7 to start devhelp and search for the word at the point.
 
9
-;; (global-set-key [f7] 'devhelp-word-at-point)
 
10
+(global-set-key [f11] 'devhelp-word-at-point)
 
11
 ;;
 
12
 ;; Bind F6 to enable the automatic assistant.
 
13
 ;; (global-set-key [f6] 'devhelp-toggle-automatic-assistant)