]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ox-texinfo.el
; * lisp/emacs-lisp/derived.el (derived-mode-make-docstring):
[gnu-emacs] / lisp / org / ox-texinfo.el
index 37841d776f4a20ea51efab2904e58a91f481e57c..26f58ad662ac718796eb6a7f8bcc889e2d9b26b5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ox-texinfo.el --- Texinfo Back-End for Org Export Engine
 
-;; Copyright (C) 2012-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
 ;; Author: Jonathan Leech-Pepin <jonathan.leechpepin at gmail dot com>
 ;; Keywords: outlines, hypermedia, calendar, wp
 
 (defcustom org-texinfo-coding-system nil
   "Default document encoding for Texinfo output.
 
-If `nil' it will default to `buffer-file-coding-system'."
+If nil it will default to `buffer-file-coding-system'."
   :group 'org-export-texinfo
   :type 'coding-system)