summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Betts <sabetts@gmail.com>2009-04-24 15:28:27 -0700
committerShawn Betts <sabetts@gmail.com>2009-04-24 15:28:27 -0700
commit18ee1ed3b3839d44e08e5aefd0e926d29d252654 (patch)
tree47b29c01b76c0d5b77b7e7330f76d46b68c9f371
parentd605c07b966d541820805a4938b59242e315735f (diff)
downloadratpoison-18ee1ed3b3839d44e08e5aefd0e926d29d252654.zip
rename ratpoison-info and ratpoison-commands-info to remove name clash with ratpoison-cmd.el
-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"))