diff options
author | http://schmonz.livejournal.com/ <http://schmonz.livejournal.com/@web> | 2009-07-29 22:38:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-29 22:38:51 -0400 |
commit | d9fa13504d5f9af3d2d7208b21b31934bb960cdd (patch) | |
tree | 7290796669691846273759677b57217efaf6db3d | |
parent | ae9b2151ac2ed37a1930284b182ba7de2edb2fe6 (diff) |
add missing backquote
-rw-r--r-- | doc/plugins/write.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 02bdb21c6..3976f9adf 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -850,7 +850,7 @@ of the page with the rcs's conflict markers on failure. Passed a message, user, and ip address. Should commit all staged changes. Returns undef on success, and an error message on failure. -Changes can be staged by calls to `rcs_add, `rcs_remove`, and +Changes can be staged by calls to `rcs_add`, `rcs_remove`, and `rcs_rename`. #### `rcs_add($)` |