X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1de79de6691409bbc044c614991a0c01bb72521f..dc4927b3509ae37ceec3993bacd28b7b7cfa19b3:/company-oddmuse.el diff --git a/company-oddmuse.el b/company-oddmuse.el index aa30f2a29..1b6895093 100644 --- a/company-oddmuse.el +++ b/company-oddmuse.el @@ -1,4 +1,4 @@ -;;; company-oddmuse.el --- company-mode completion back-end for oddmuse-mode +;;; company-oddmuse.el --- company-mode completion backend for oddmuse-mode ;; Copyright (C) 2009-2011, 2014 Free Software Foundation, Inc. @@ -27,7 +27,7 @@ (require 'company) (require 'cl-lib) -(eval-when-compile (require 'yaooddmuse nil t)) +(eval-when-compile (require 'yaoddmuse nil t)) (eval-when-compile (require 'oddmuse nil t)) (defvar company-oddmuse-link-regexp @@ -42,7 +42,7 @@ ;;;###autoload (defun company-oddmuse (command &optional arg &rest ignored) - "`company-mode' completion back-end for `oddmuse-mode'." + "`company-mode' completion backend for `oddmuse-mode'." (interactive (list 'interactive)) (cl-case command (interactive (company-begin-backend 'company-oddmuse))