diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-08-03 18:43:15 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-08-03 18:43:15 -0400 |
commit | b2f3f57061e8e1c6222a9ec064f663fcae1dfa59 (patch) | |
tree | 899f644be46d88ea52e681556a75857aa549ba2d | |
parent | 2e9b1f39ddf3c8b45aee7090fe23d85fa643d218 (diff) |
* doc/rt-liberation.texinfo: update documentation
-rw-r--r-- | doc/rt-liberation.texinfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/rt-liberation.texinfo b/doc/rt-liberation.texinfo index f5fa128..e3f87fe 100644 --- a/doc/rt-liberation.texinfo +++ b/doc/rt-liberation.texinfo @@ -14,7 +14,7 @@ @copying - @copyright{} 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation + @copyright{} 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2020 Free Software Foundation @quotation Permission is granted to copy, distribute and/or modify this document @@ -140,12 +140,10 @@ Tell GNU/Emacs to load the package with: (require 'rt-liberation) @end lisp -Tell rt-liberation where to find the RT server's REST interface and -which version of RT the server is running: +Tell rt-liberation where to find the RT server's REST interface: @lisp -(setq rt-liber-rest-url "rt.example.org" - rt-liber-rt-version "4.2.4") +(setq rt-liber-rest-url "rt.example.org") @end lisp rt-liberation can issue a command to ``take'' a ticket (that is, |