diff options
author | Shawn Betts <sabetts@gmail.com> | 2009-04-24 15:28:27 -0700 |
---|---|---|
committer | Shawn Betts <sabetts@gmail.com> | 2009-04-24 15:28:27 -0700 |
commit | 18ee1ed3b3839d44e08e5aefd0e926d29d252654 (patch) | |
tree | 47b29c01b76c0d5b77b7e7330f76d46b68c9f371 /contrib | |
parent | d605c07b966d541820805a4938b59242e315735f (diff) | |
download | ratpoison-18ee1ed3b3839d44e08e5aefd0e926d29d252654.zip |
rename ratpoison-info and ratpoison-commands-info to remove name clash with ratpoison-cmd.el
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ratpoison.el | 4 |
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")) |