From: Dmitry Gutov Date: Tue, 9 Apr 2013 20:17:03 +0000 (+0400) Subject: Remove the As X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/898d24473460332ab92bea5367b93ce6b8aa86f8?hp=8dceda389115b397de48becc4b68a64f4dc4bbab Remove the As --- diff --git a/company-abbrev.el b/company-abbrev.el index a28c88db1..0c4e327bc 100644 --- a/company-abbrev.el +++ b/company-abbrev.el @@ -1,4 +1,4 @@ -;;; company-abbrev.el --- A company-mode completion back-end for abbrev +;;; company-abbrev.el --- company-mode completion back-end for abbrev ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -35,7 +35,7 @@ ;;;###autoload (defun company-abbrev (command &optional arg &rest ignored) - "A `company-mode' completion back-end for abbrev." + "`company-mode' completion back-end for abbrev." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-abbrev diff --git a/company-clang.el b/company-clang.el index 6844bb061..e014bd653 100644 --- a/company-clang.el +++ b/company-clang.el @@ -1,4 +1,4 @@ -;;; company-clang.el --- A company-mode completion back-end for clang +;;; company-clang.el --- company-mode completion back-end for clang ;; Copyright (C) 2009, 2011, 2013 Free Software Foundation, Inc. @@ -216,7 +216,7 @@ Prefix files (-include ...) can be selected with (company-template-move-to-first templ))) (defun company-clang (command &optional arg &rest ignored) - "A `company-mode' completion back-end for clang. + "`company-mode' completion back-end for clang. Clang is a parser for C and ObjC. Clang version 1.1 or newer is required. Additional command line arguments can be specified in diff --git a/company-css.el b/company-css.el index 6546a102a..11e195ada 100644 --- a/company-css.el +++ b/company-css.el @@ -1,4 +1,4 @@ -;;; company-css.el --- A company-mode completion back-end for css-mode +;;; company-css.el --- company-mode completion back-end for css-mode ;; Copyright (C) 2009, 2011 Free Software Foundation, Inc. @@ -278,7 +278,7 @@ Returns \"\" if no property found, but feasible at this position." ;;;###autoload (defun company-css (command &optional arg &rest ignored) - "A `company-mode' completion back-end for `css-mode'." + "`company-mode' completion back-end for `css-mode'." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-css)) diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el index b98c17d37..030e3be89 100644 --- a/company-dabbrev-code.el +++ b/company-dabbrev-code.el @@ -1,4 +1,4 @@ -;;; company-dabbrev-code.el --- A dabbrev-like company-mode back-end for code +;;; company-dabbrev-code.el --- dabbrev-like company-mode back-end for code ;; Copyright (C) 2009, 2011 Free Software Foundation, Inc. @@ -68,7 +68,7 @@ See also `company-dabbrev-code-time-limit'." ;;;###autoload (defun company-dabbrev-code (command &optional arg &rest ignored) - "A dabbrev-like `company-mode' back-end for code. + "dabbrev-like `company-mode' back-end for code. The back-end looks for all symbols in the current buffer that aren't in comments or strings." (interactive (list 'interactive)) diff --git a/company-dabbrev.el b/company-dabbrev.el index 5f43b8302..6d43ee47d 100644 --- a/company-dabbrev.el +++ b/company-dabbrev.el @@ -1,4 +1,4 @@ -;;; company-dabbrev.el --- A dabbrev-like company-mode completion back-end +;;; company-dabbrev.el --- dabbrev-like company-mode completion back-end ;; Copyright (C) 2009, 2011 Free Software Foundation, Inc. @@ -109,7 +109,7 @@ See also `company-dabbrev-time-limit'." ;;;###autoload (defun company-dabbrev (command &optional arg &rest ignored) - "A dabbrev-like `company-mode' completion back-end." + "dabbrev-like `company-mode' completion back-end." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-dabbrev)) diff --git a/company-eclim.el b/company-eclim.el index b9ac24207..ab6329efc 100644 --- a/company-eclim.el +++ b/company-eclim.el @@ -1,4 +1,4 @@ -;;; company-eclim.el --- A company-mode completion back-end for eclim. +;;; company-eclim.el --- company-mode completion back-end for eclim. ;; Copyright (C) 2009, 2011, 2013 Free Software Foundation, Inc. @@ -154,7 +154,7 @@ eclim can only complete correctly when the buffer has been saved." (company-template-move-to-first templ))) (defun company-eclim (command &optional arg &rest ignored) - "A `company-mode' completion back-end for Eclim. + "`company-mode' completion back-end for Eclim. Eclim provides access to Eclipse Java IDE features for other editors. Eclim version 1.7.13 or newer (?) is required. diff --git a/company-elisp.el b/company-elisp.el index 338acc544..2046f6a4e 100644 --- a/company-elisp.el +++ b/company-elisp.el @@ -1,4 +1,4 @@ -;;; company-elisp.el --- A company-mode completion back-end for emacs-lisp-mode -*- lexical-binding: t -*- +;;; company-elisp.el --- company-mode completion back-end for emacs-lisp-mode -*- lexical-binding: t -*- ;; Copyright (C) 2009, 2011-2013 Free Software Foundation, Inc. @@ -191,7 +191,7 @@ first in the candidates list." ;;;###autoload (defun company-elisp (command &optional arg &rest ignored) - "A `company-mode' completion back-end for `emacs-lisp-mode'." + "`company-mode' completion back-end for `emacs-lisp-mode'." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-elisp)) diff --git a/company-etags.el b/company-etags.el index 88b9fca8d..2bfca801f 100644 --- a/company-etags.el +++ b/company-etags.el @@ -1,4 +1,4 @@ -;;; company-etags.el --- A company-mode completion back-end for etags +;;; company-etags.el --- company-mode completion back-end for etags ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -66,7 +66,7 @@ buffer automatically." ;;;###autoload (defun company-etags (command &optional arg &rest ignored) - "A `company-mode' completion back-end for etags." + "`company-mode' completion back-end for etags." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-etags)) diff --git a/company-files.el b/company-files.el index ebb11c098..3b7a7d028 100644 --- a/company-files.el +++ b/company-files.el @@ -1,4 +1,4 @@ -;;; company-files.el --- A company-mode completion back-end for file names +;;; company-files.el --- company-mode completion back-end for file names ;; Copyright (C) 2009-2011, 2013 Free Software Foundation, Inc. @@ -75,7 +75,7 @@ ;;;###autoload (defun company-files (command &optional arg &rest ignored) - "A `company-mode' completion back-end existing file names." + "`company-mode' completion back-end existing file names." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-files)) diff --git a/company-gtags.el b/company-gtags.el index 59ad7c85e..91c3929d1 100644 --- a/company-gtags.el +++ b/company-gtags.el @@ -1,4 +1,4 @@ -;;; company-gtags.el --- A company-mode completion back-end for GNU Global +;;; company-gtags.el --- company-mode completion back-end for GNU Global ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -70,7 +70,7 @@ ;;;###autoload (defun company-gtags (command &optional arg &rest ignored) - "A `company-mode' completion back-end for GNU Global." + "`company-mode' completion back-end for GNU Global." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-gtags)) diff --git a/company-ispell.el b/company-ispell.el index 8a73988fe..eee5c0cba 100644 --- a/company-ispell.el +++ b/company-ispell.el @@ -1,4 +1,4 @@ -;;; company-ispell.el --- A company-mode completion back-end using ispell +;;; company-ispell.el --- company-mode completion back-end using ispell ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -51,7 +51,7 @@ If nil, use `ispell-complete-word-dict'." ;;;###autoload (defun company-ispell (command &optional arg &rest ignored) - "A `company-mode' completion back-end using ispell." + "`company-mode' completion back-end using ispell." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-ispell)) diff --git a/company-keywords.el b/company-keywords.el index 75d37d695..750540cda 100644 --- a/company-keywords.el +++ b/company-keywords.el @@ -216,7 +216,7 @@ ;;;###autoload (defun company-keywords (command &optional arg &rest ignored) - "A `company-mode' back-end for programming language keywords." + "`company-mode' back-end for programming language keywords." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-keywords)) diff --git a/company-nxml.el b/company-nxml.el index 33d6f7b84..62e6e3154 100644 --- a/company-nxml.el +++ b/company-nxml.el @@ -1,4 +1,4 @@ -;;; company-nxml.el --- A company-mode completion back-end for nxml-mode +;;; company-nxml.el --- company-mode completion back-end for nxml-mode ;; Copyright (C) 2009-2011, 2013 Free Software Foundation, Inc. @@ -121,7 +121,7 @@ ;;;###autoload (defun company-nxml (command &optional arg &rest ignored) - "A `company-mode' completion back-end for `nxml-mode'." + "`company-mode' completion back-end for `nxml-mode'." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-nxml)) diff --git a/company-oddmuse.el b/company-oddmuse.el index 8d60a2e2e..b76c87ea4 100644 --- a/company-oddmuse.el +++ b/company-oddmuse.el @@ -1,4 +1,4 @@ -;;; company-oddmuse.el --- A company-mode completion back-end for oddmuse-mode +;;; company-oddmuse.el --- company-mode completion back-end for oddmuse-mode ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -42,7 +42,7 @@ ;;;###autoload (defun company-oddmuse (command &optional arg &rest ignored) - "A `company-mode' completion back-end for `oddmuse-mode'." + "`company-mode' completion back-end for `oddmuse-mode'." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-oddmuse)) diff --git a/company-pysmell.el b/company-pysmell.el index fe36eef0d..063d8eafc 100644 --- a/company-pysmell.el +++ b/company-pysmell.el @@ -1,4 +1,4 @@ -;;; company-pysmell.el --- A company-mode completion back-end for pysmell.el +;;; company-pysmell.el --- company-mode completion back-end for pysmell.el ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -53,7 +53,7 @@ ;;;###autoload (defun company-pysmell (command &optional arg &rest ignored) - "A `company-mode' completion back-end for pysmell. + "`company-mode' completion back-end for pysmell. This requires pysmell.el and pymacs.el." (interactive (list 'interactive)) (case command diff --git a/company-ropemacs.el b/company-ropemacs.el index bba9bcbf7..6cffbf11d 100644 --- a/company-ropemacs.el +++ b/company-ropemacs.el @@ -1,4 +1,4 @@ -;;; company-ropemacs.el --- A company-mode completion back-end for pysmell.el +;;; company-ropemacs.el --- company-mode completion back-end for pysmell.el ;; Copyright (C) 2009-2011, 2013 Free Software Foundation, Inc. @@ -57,7 +57,7 @@ (cons (elt location 0) (elt location 1))))) (defun company-ropemacs (command &optional arg &rest ignored) - "A `company-mode' completion back-end for ropemacs." + "`company-mode' completion back-end for ropemacs." (interactive (list 'interactive)) (case command (init (when (and (derived-mode-p 'python-mode) diff --git a/company-semantic.el b/company-semantic.el index c376710b1..66a23b308 100644 --- a/company-semantic.el +++ b/company-semantic.el @@ -1,4 +1,4 @@ -;;; company-semantic.el --- A company-mode back-end using CEDET Semantic +;;; company-semantic.el --- company-mode back-end using CEDET Semantic ;; Copyright (C) 2009-2011, 2013 Free Software Foundation, Inc. @@ -111,7 +111,7 @@ Symbols are chained by \".\" or \"->\"." ;;;###autoload (defun company-semantic (command &optional arg &rest ignored) - "A `company-mode' completion back-end using CEDET Semantic." + "`company-mode' completion back-end using CEDET Semantic." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-semantic)) diff --git a/company-tempo.el b/company-tempo.el index 1dda49e8f..feea6982a 100644 --- a/company-tempo.el +++ b/company-tempo.el @@ -1,4 +1,4 @@ -;;; company-tempo.el --- A company-mode completion back-end for tempo +;;; company-tempo.el --- company-mode completion back-end for tempo ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -48,7 +48,7 @@ ;;;###autoload (defun company-tempo (command &optional arg &rest ignored) - "A `company-mode' completion back-end for tempo." + "`company-mode' completion back-end for tempo." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-tempo diff --git a/company-xcode.el b/company-xcode.el index b558fe806..5903131a6 100644 --- a/company-xcode.el +++ b/company-xcode.el @@ -1,4 +1,4 @@ -;;; company-xcode.el --- A company-mode completion back-end for Xcode projects +;;; company-xcode.el --- company-mode completion back-end for Xcode projects ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. @@ -105,7 +105,7 @@ valid in most contexts." company-xcode-tags)))))) ;;;###autoload (defun company-xcode (command &optional arg &rest ignored) - "A `company-mode' completion back-end for Xcode projects." + "`company-mode' completion back-end for Xcode projects." (interactive (list 'interactive)) (case command (interactive (company-begin-backend 'company-xcode)) diff --git a/company.el b/company.el index cbfa62ffb..86aff7462 100644 --- a/company.el +++ b/company.el @@ -1839,7 +1839,7 @@ Returns a negative number if the tooltip should be displayed above point." (point) (overlay-start company-pseudo-tooltip-overlay))) (defun company-pseudo-tooltip-frontend (command) - "A `company-mode' front-end similar to a tool-tip but based on overlays." + "`company-mode' front-end similar to a tool-tip but based on overlays." (case command (pre-command (company-pseudo-tooltip-hide-temporarily)) (post-command @@ -1909,7 +1909,7 @@ Returns a negative number if the tooltip should be displayed above point." (setq company-preview-overlay nil))) (defun company-preview-frontend (command) - "A `company-mode' front-end showing the selection as if it had been inserted." + "`company-mode' front-end showing the selection as if it had been inserted." (case command (pre-command (company-preview-hide)) (post-command (company-preview-show-at-point (point))) @@ -2013,19 +2013,19 @@ Returns a negative number if the tooltip should be displayed above point." (company-echo-show))) (defun company-echo-frontend (command) - "A `company-mode' front-end showing the candidates in the echo area." + "`company-mode' front-end showing the candidates in the echo area." (case command (post-command (company-echo-show-soon 'company-echo-format)) (hide (company-echo-hide)))) (defun company-echo-strip-common-frontend (command) - "A `company-mode' front-end showing the candidates in the echo area." + "`company-mode' front-end showing the candidates in the echo area." (case command (post-command (company-echo-show-soon 'company-echo-strip-common-format)) (hide (company-echo-hide)))) (defun company-echo-metadata-frontend (command) - "A `company-mode' front-end showing the documentation in the echo area." + "`company-mode' front-end showing the documentation in the echo area." (case command (post-command (company-echo-show-when-idle 'company-fetch-metadata)) (hide (company-echo-hide))))