summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ratpoison.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ratpoison.el b/contrib/ratpoison.el
index 97bf2c0..993ca7f 100644
--- a/contrib/ratpoison.el
+++ b/contrib/ratpoison.el
@@ -186,12 +186,12 @@
(line-end-position))))
;; Documentation
-(defun ratpoison-info ()
+(defun ratpoison-manual ()
"Call up the ratpoison info page."
(interactive)
(info "ratpoison"))
-(defun ratpoison-command-info ()
+(defun ratpoison-manual-commands ()
"Call up the info page listing the ratpoison commands."
(interactive)
(info "(ratpoison) Commands"))