aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 15:15:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 15:15:26 +0000
commit5fc14bd60c23bec7d440652edc3c51d6336e36bf (patch)
tree30b3791eed2bce3b5a09493e1c5ae47282ea2e95 /elisp
parent1d8ec1ab406562c457c0aa2347e3429f4f387cab (diff)
downloadcflow-5fc14bd60c23bec7d440652edc3c51d6336e36bf.tar.gz
cflow-5fc14bd60c23bec7d440652edc3c51d6336e36bf.tar.bz2
(cflow-find-function): Change binding to @key{s}, for compatibility with po-mode.
Diffstat (limited to 'elisp')
-rw-r--r--elisp/cflow-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index df7277e..05ec566 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -30,7 +30,7 @@
;; any directory in your Emacs load-path.
;; Customization:
-;; To your .emacs or site-start add:
+;; To your .emacs or site-start.el add:
;; (autoload 'cflow-mode "cflow-mode")
;; (setq auto-mode-alist (append auto-mode-alist
;; '(("\\.cflow$" . cflow-mode))))
@@ -51,7 +51,7 @@
(defvar cflow-mode-map (make-sparse-keymap)
"Keymap used in Cflow mode.")
-(define-key cflow-mode-map "f" 'cflow-find-function)
+(define-key cflow-mode-map "s" 'cflow-find-function)
(define-key cflow-mode-map "r" 'cflow-recursion-root)
(define-key cflow-mode-map "R" 'cflow-recursion-next)
(define-key cflow-mode-map "x" 'cflow-goto-expand)

Return to:

Send suggestions and report system problems to the System administrator.