diff options
author | Alan Mackenzie <acm@muc.de> | 2016-01-24 20:30:39 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2016-01-24 20:30:39 +0000 |
commit | fbce4757a874cc43806eb41b8637538b101c3c69 (patch) | |
tree | 029f7e1407ed659d9966a29c723197a545148795 /lisp/progmodes | |
parent | fef1b3066ae02ec6dd37b0358905491fabbedfdf (diff) | |
download | emacs-fbce4757a874cc43806eb41b8637538b101c3c69.tar.gz |
Expunge "allow" + infinitive without direct object from source and doc.
Do the same for "permit", "enable", and "prevent".
* doc/emacs/mule.texi:
* doc/lispref/control.texi:
* doc/lispref/display.texi:
* doc/lispref/frames.texi:
* doc/lispref/functions.texi:
* doc/lispref/nonascii.texi:
* doc/lispref/streams.texi:
* doc/lispref/windows.texi:
* doc/misc/dbus.texi:
* doc/misc/eww.texi:
* doc/misc/flymake.texi:
* doc/misc/octave-mode.texi:
* doc/misc/org.texi:
* doc/misc/reftex.texi:
* doc/misc/tramp.texi:
* doc/misc/wisent.texi:
* etc/NEWS:
* lisp/autorevert.el:
* lisp/cedet/mode-local.el:
* lisp/cedet/semantic/senator.el:
* lisp/cedet/semantic/wisent.el:
* lisp/dos-fns.el:
* lisp/frameset.el:
* lisp/gnus/gnus-agent.el:
* lisp/gnus/mm-util.el:
* lisp/international/characters.el:
* lisp/ldefs-boot.el:
* lisp/mail/mailclient.el:
* lisp/man.el:
* lisp/mh-e/mh-search.el:
* lisp/net/tramp-cmds.el:
* lisp/net/tramp-gvfs.el:
* lisp/org/org-crypt.el:
* lisp/org/org-element.el:
* lisp/org/org-feed.el:
* lisp/org/org.el:
* lisp/org/ox-ascii.el:
* lisp/org/ox-icalendar.el:
* lisp/org/ox-publish.el:
* lisp/org/ox.el:
* lisp/play/gamegrid.el:
* lisp/play/gomoku.el:
* lisp/progmodes/antlr-mode.el:
* lisp/progmodes/python.el:
* lisp/progmodes/vhdl-mode.el:
* lisp/strokes.el:
* lisp/textmodes/ispell.el:
* lisp/tree-widget.el:
* lisp/vc/pcvs.el:
* lisp/window.el:
* src/lisp.h:
* src/w32.c:
* src/w32heap.c:
* src/w32term.c:
* src/window.c:
* src/xfaces.c:
Replace solecisms like "This allow to do something" with a correct
alternative, such as "This allow you to do something", "This allows
something to be done" or "This allows the doing of something".
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/python.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/vhdl-mode.el | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 20880a806fd..f33609c1d0a 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -537,8 +537,8 @@ corresponding kind, i.e., looks like \(OPTION-DEF...). Each OPTION-DEF looks like \(OPTION-NAME EXTRA-FN VALUE-SPEC...) which defines a file/grammar/rule/subrule option with name OPTION-NAME. The OPTION-NAMEs are used for the creation of the \"Insert XXX Option\" -submenus, see `antlr-options-use-submenus', and to allow to insert the -option name with completion when using \\[antlr-insert-option]. +submenus, see `antlr-options-use-submenus', and to allow the insersion +of the option name with completion when using \\[antlr-insert-option]. If EXTRA-FN is a function, it is called at different phases of the insertion with arguments \(PHASE OPTION-NAME). PHASE can have the diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index fd700463acb..5aeefe47a54 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2737,7 +2737,7 @@ killed." (process (get-buffer-process buffer)) ;; Users can override the interpreter and args ;; interactively when calling `run-python', let-binding - ;; these allows to have the new right values in all + ;; these allows having the new right values in all ;; setup code that is done in `inferior-python-mode', ;; which is important, especially for prompt detection. (python-shell--interpreter interpreter) @@ -3351,7 +3351,7 @@ def __PYTHON_EL_native_completion_setup(): if not completion: if self.last_completion != '1__dummy_completion__': # When no more completions are available, returning a - # dummy with non-sharing prefix allow to ensure output + # dummy with non-sharing prefix allow ensuring output # while preventing changes to current input. # Coincidentally it's also the end of output. completion = '1__dummy_completion__' diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index d20a6b2f682..b176e64652e 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -4422,8 +4422,8 @@ Usage: according to option `vhdl-argument-list-indent'. If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of - tabs. `\\[tabify]' and `\\[untabify]' allow to convert spaces to tabs - and vice versa. + tabs. `\\[tabify]' and `\\[untabify]' allow the conversion of spaces to + tabs and vice versa. Syntax-based indentation can be very slow in large files. Option `vhdl-indent-syntax-based' allows you to use faster but simpler indentation. |