diff options
Diffstat (limited to 'doc/rt-liberation.texinfo')
-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, |